File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464 run : composer install $DEFAULT_COMPOSER_FLAGS
6565 if : matrix.php == '8.1' || matrix.php == '8.0' || matrix.php == '7.4' || matrix.php == '7.3' || matrix.php == '7.2'
6666
67- # # install composer ignore platform reqs for old systems
67+ # # install composer but remove phpstan for older systems
6868 - name : Install dependencies
69- run : composer install $DEFAULT_COMPOSER_FLAGS --ignore-platform-reqs
69+ run : composer remove phpstan/phpstan && composer install $DEFAULT_COMPOSER_FLAGS
7070 if : matrix.php == '7.1' || matrix.php == '7.0' || matrix.php == '5.6'
7171
7272 # # run unit tests
Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ public function getResponse()
786786
787787 /**
788788 * Get curl error code
789- * @return string
789+ * @return int
790790 */
791791 public function getErrorCode ()
792792 {
You can’t perform that action at this time.
0 commit comments