Skip to content

Commit 325f1d3

Browse files
lulcoondrejmirtes
authored andcommitted
Fixed indent
1 parent a66c1e3 commit 325f1d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stubs/Database/Table/Selection.stub

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ class Selection implements \Iterator, \ArrayAccess
3636
{
3737
}
3838

39-
/*
39+
/**
4040
* @param string $column
4141
* @return positive-int|0
42-
*/
43-
public function count($column = null)
42+
*/
43+
public function count($column = null)
4444
{
4545
}
4646
}

0 commit comments

Comments
 (0)