File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 operating-system : [ubuntu-latest]
11- php-versions : [ '8.1 ', '8.2 ', '8.3 ', '8.4 ']
11+ php-versions : [ '8.2 ', '8.3 ', '8.4 ', '8.5 ']
1212 steps :
1313 - uses : actions/checkout@v2
1414 - name : Setup PHP
Original file line number Diff line number Diff line change @@ -314,9 +314,10 @@ public function setAdditionalData($input)
314314
315315 /**
316316 * @param $input
317+ * @param \LKDev\HetznerCloud\Clients\GuzzleClient|null $httpClient
317318 * @return static
318319 */
319- public static function parse ($ input , ?GuzzleClient $ httpClient = null )
320+ public static function parse ($ input , ?\ LKDev \ HetznerCloud \ Clients \ GuzzleClient $ httpClient = null )
320321 {
321322 return (new self ($ httpClient ))->setAdditionalData ($ input );
322323 }
You can’t perform that action at this time.
0 commit comments