File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,10 +175,10 @@ protected function runSelect()
175
175
/**
176
176
* Check if to cache against just the class or a specific identifiable e.g. id
177
177
*
178
- * @param mixed $value
178
+ * @param mixed|null $value
179
179
* @return string[]
180
180
*/
181
- protected function getIdentifiableModelClasses ($ value = null ): array
181
+ protected function getIdentifiableModelClasses (mixed $ value = null ): array
182
182
{
183
183
$ retVals = [$ this ->modelClass ];
184
184
if ($ value ) {
@@ -225,7 +225,7 @@ protected function getIdentifiableValue(?array $wheres = null): mixed
225
225
* @param array|null $wheres
226
226
* @return bool
227
227
*/
228
- protected function isIdentifiableQuery (array $ wheres = null ): bool
228
+ protected function isIdentifiableQuery (? array $ wheres = null ): bool
229
229
{
230
230
return $ this ->getIdentifiableValue ($ wheres ) !== null ;
231
231
}
You can’t perform that action at this time.
0 commit comments