Skip to content

Commit

Permalink
Fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lulco authored and ondrejmirtes committed Jun 8, 2021
1 parent a66c1e3 commit 325f1d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stubs/Database/Table/Selection.stub
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class Selection implements \Iterator, \ArrayAccess
{
}

/*
/**
* @param string $column
* @return positive-int|0
*/
public function count($column = null)
*/
public function count($column = null)
{
}
}

0 comments on commit 325f1d3

Please sign in to comment.