Skip to content

Commit a2c47b6

Browse files
committed
Dev: phpstan correction
1 parent b295b52 commit a2c47b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/Options.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function fn($_ = null)
166166
*
167167
* @param string|string[] $inc The list of columns to include in the output
168168
*
169-
* @return ($_ is null ? string[] : $this)
169+
* @return ($inc is null ? string[] : $this)
170170
*/
171171
public function include($inc = null)
172172
{

0 commit comments

Comments
 (0)