Skip to content

Commit

Permalink
Remove non-compatible with PHP7 declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
popjelev committed Jan 28, 2024
1 parent 4530d64 commit 8852628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sushi.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
trait Sushi
{
protected static $sushiConnection;
protected static ?array $loadedData = null;
protected static $loadedData = null;

public function getRows()
{
Expand Down

0 comments on commit 8852628

Please sign in to comment.