Skip to content

Commit cf429f2

Browse files
committed
fix error in php nightly with casting null to array
1 parent 3a9e585 commit cf429f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,5 @@ public function save($filename)
206206
}
207207

208208
protected $descriptor;
209-
protected $fieldsCache = null;
209+
protected $fieldsCache = [];
210210
}

0 commit comments

Comments
 (0)