Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 5b685c5

Browse files
committed
added @IgnoreAnnotation("phpcs:disable")
this will suppress the error: [Semantical Error] The annotation "@phpcs:disable" in method PackageFactory\Fusion\Debug\Debug::var_dump() was never imported. Doctrine\Common\Annotations\AnnotationException resolves: #1
1 parent b1530b9 commit 5b685c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/Debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use ReflectionObject;
1212

1313
/**
14+
* @IgnoreAnnotation("phpcs:disable")
1415
* @Flow\Scope("singleton")
1516
*/
1617
final class Debug implements ProtectedContextAwareInterface

0 commit comments

Comments
 (0)