Skip to content

Commit

Permalink
Fix method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hipsterjazzbo committed Aug 9, 2018
1 parent 92aa912 commit 60f937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public function slug(string $separator = '-', string $language = 'en'): self
* @return Editor[]
* @throws \Exception
*/
function chunk(int $chunkSize = 1): array
public function chunk(int $chunkSize = 1): array
{
if ($chunkSize == 0) {
throw new \Exception(
Expand Down

0 comments on commit 60f937c

Please sign in to comment.