You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing a list of objects allows for more precise types
Fixes
```
------ ---------- ---------------------------------------------------------------------------------------------------------------------------------
Line Compiled Www/Presenters/templates/Photo/default.latte rendered from MichalSpacekCz\Www\Presenters\PhotoPresenter::default
line See compiled template: /tmp/phpstan-latte/app/Www/Presenters/templates/Photo/default.latte.b89322339c0f942538268c58cb66978a.php
------ ---------- ---------------------------------------------------------------------------------------------------------------------------------
8 184 Binary operation "." between 'photos/' and array<string, string>|Nette\Utils\Html|string results in an error.
12 210 Argument of an invalid type array<string, string>|Nette\Utils\Html|string supplied for foreach, only iterables are supported.
------ ---------- ---------------------------------------------------------------------------------------------------------------------------------
```
0 commit comments