File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ before_script:
22
22
23
23
script :
24
24
- vendor/bin/phpunit --verbose --coverage-text
25
- - if [ "$STATIC_ANALYSIS" != "" ]; then php1 phpstan.phar analyse --level=4 lib; fi;
25
+ - if [ "$STATIC_ANALYSIS" != "" ]; then php phpstan.phar analyse --level=4 lib; fi;
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public function __construct(Builder $httpClientBuilder = null)
83
83
$ this ->httpClientBuilder ->addPlugin (new HistoryPlugin ($ this ->responseHistory ));
84
84
$ this ->httpClientBuilder ->addPlugin (new ApiVersion ());
85
85
$ this ->httpClientBuilder ->addPlugin (new HeaderDefaultsPlugin ([
86
- 'User-Agent ' => 'php1 -gitlab-api (http://github.com/m4tthumphrey/php1 -gitlab-api) ' ,
86
+ 'User-Agent ' => 'php -gitlab-api (http://github.com/m4tthumphrey/php -gitlab-api) ' ,
87
87
]));
88
88
89
89
$ this ->setUrl ('https://gitlab.com ' );
Original file line number Diff line number Diff line change @@ -1105,7 +1105,7 @@ public function shouldRemoveLabel()
1105
1105
*/
1106
1106
public function shouldGetLanguages ()
1107
1107
{
1108
- $ expectedArray = ['php1 ' => 100 ];
1108
+ $ expectedArray = ['php ' => 100 ];
1109
1109
$ api = $ this ->getApiMock ();
1110
1110
$ api ->expects ($ this ->once ())
1111
1111
->method ('get ' )
You can’t perform that action at this time.
0 commit comments