Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix barryvdh#480 where tinyint is casts as bool `tinyint` is classified by bool as doctrine/dbal, but it should not be so in our use case. `tinyint` is better PHPDoc'ed as int. If the user wants bool, he should use Eloquent's `$casts` property to do that. * Pass PSR-2 check * Remove comment as requested
- Loading branch information