Skip to content

Commit

Permalink
Remove static - warnings in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
MayPaw committed Jun 15, 2024
1 parent 99c1d29 commit 57febeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/ShorthandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function testRunningBlueprintWithWordPressVersion(
*
* @return array
*/
public static function blueprint_with_wp_version(): array {
public function blueprint_with_wp_version(): array {
$json_string = '{"WordPressVersion":"https://wordpress.org/latest.zip"}';

$json_std_class = json_decode( $json_string );
Expand Down

0 comments on commit 57febeb

Please sign in to comment.