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
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
i get this error in the flow console - after removing all the "@phpcs:disable" annotations the package works just fine ;)
[Semantical Error] The annotation "@phpcs:disable" in method PackageFactory\Fusion\Debug\Debug::var_dump() was never imported.
Did you maybe forget to add a "use" statement for this annotation?
Type: Doctrine\Common\Annotations\AnnotationException
File: Packages/Libraries/doctrine/annotations/lib/Doctrine/Common/Annotations/Ann
otationException.php
Line: 39
Neos 7.1
php 7.4
btw this package seems like everything i was looking for to easily debug in fusion. Thanks 😍
i get this error in the flow console - after removing all the
"@phpcs:disable"annotations the package works just fine ;)Neos 7.1
php 7.4
btw this package seems like everything i was looking for to easily debug in fusion. Thanks 😍