Skip to content

Commit 258a70c

Browse files
authored
Better table phpdoc (#818)
1 parent 6ce8726 commit 258a70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Model implements \IteratorAggregate
114114
*
115115
* $table = ['user', 'mysql'=>'tbl_user'];
116116
*
117-
* @var string|array|false
117+
* @var string|array<0|string, string>|false
118118
*/
119119
public $table;
120120

0 commit comments

Comments
 (0)