Skip to content

Commit ebd2270

Browse files
committed
Fix some scrutinizer issues
1 parent cfef6d2 commit ebd2270

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Support/Model.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ abstract class Model implements
3333
JsonSerializable,
3434
Serializable
3535
{
36+
/**
37+
* _info property
38+
*/
39+
protected $_info = null;
40+
3641
/**
3742
* The collection of attributes for the model
3843
*
@@ -322,7 +327,7 @@ public function getAttribute($attribute)
322327
/**
323328
* Get the array of cast or a specific cast for an attribute
324329
*
325-
* @param null $attribute
330+
* @param mixed|null $attribute
326331
*
327332
* @return mixed
328333
*/

0 commit comments

Comments
 (0)