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 @@ -84,7 +84,7 @@ public function __construct(Builder $httpClientBuilder = null)
84
84
$ this ->httpClientBuilder ->addPlugin (new HistoryPlugin ($ this ->responseHistory ));
85
85
$ this ->httpClientBuilder ->addPlugin (new ApiVersion ());
86
86
$ this ->httpClientBuilder ->addPlugin (new HeaderDefaultsPlugin ([
87
- 'User-Agent ' => 'php1 -gitlab-api (http://github.com/m4tthumphrey/php1 -gitlab-api) ' ,
87
+ 'User-Agent ' => 'php -gitlab-api (http://github.com/m4tthumphrey/php -gitlab-api) ' ,
88
88
]));
89
89
$ this ->httpClientBuilder ->addPlugin (new RedirectPlugin ());
90
90
Original file line number Diff line number Diff line change @@ -1125,7 +1125,7 @@ public function shouldRemoveLabel()
1125
1125
*/
1126
1126
public function shouldGetLanguages ()
1127
1127
{
1128
- $ expectedArray = ['php1 ' => 100 ];
1128
+ $ expectedArray = ['php ' => 100 ];
1129
1129
$ api = $ this ->getApiMock ();
1130
1130
$ api ->expects ($ this ->once ())
1131
1131
->method ('get ' )
You can’t perform that action at this time.
0 commit comments