Skip to content

Commit

Permalink
Develop (#82)
Browse files Browse the repository at this point in the history
* Fix #34 | Remove faulty whitespace (#68)

* Implement minor cleanups

* L5.6 Support

* Fix #76 | Implementation 'string' return type

* Fix #72 | Set php-cs-fixer to dev dependencies

* Fix #77 | Implementatie specifieke columns bij ->findOrFail(<id>);

* Fix #73 | Remove double class block

* Fix #79 | Implementatie simplePaginate();

* Update
  • Loading branch information
Tjoosten authored Mar 31, 2018
1 parent a483d5c commit fe464c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function paginate($perPage = 1, $columns = ['*']);
*
* @return mixed
*/
public function simplePaginate($perPage = 1, $columns = ['*']);
public function simplePaginate(int $perPage = 25, array $columns = ['*']);


/**
Expand Down

0 comments on commit fe464c6

Please sign in to comment.