Skip to content

Commit

Permalink
Better table phpdoc (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Dec 29, 2020
1 parent 6ce8726 commit 258a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Model implements \IteratorAggregate
*
* $table = ['user', 'mysql'=>'tbl_user'];
*
* @var string|array|false
* @var string|array<0|string, string>|false
*/
public $table;

Expand Down

0 comments on commit 258a70c

Please sign in to comment.