Fix boolean types (#779)
Changed `Boolean` to `bool` to avoid Psalm being confused with a potential class. Thanks @digilist
This commit is contained in:
parent
a1a3281dbf
commit
7abb6d36cb
10 changed files with 12 additions and 12 deletions
|
|
@ -142,7 +142,7 @@ class AspectRatio
|
|||
* custom ratio need to be used, disable it.
|
||||
*
|
||||
* @param Dimension $dimension
|
||||
* @param Boolean $forceStandards Whether to force or not standard ratios
|
||||
* @param bool $forceStandards Whether to force or not standard ratios
|
||||
*
|
||||
* @return AspectRatio
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue