File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 '@Symfony ' => true ,
66 '@Symfony:risky ' => true ,
77 '@PHP8x4Migration ' => true ,
8- '@PHP8x2Migration :risky ' => true ,
8+ '@PHP8x4Migration :risky ' => true ,
99 '@PHPUnit10x0Migration:risky ' => true ,
1010 'array_syntax ' => ['syntax ' => 'short ' ],
1111 'blank_line_after_opening_tag ' => false ,
Original file line number Diff line number Diff line change @@ -34,14 +34,12 @@ public function __construct(?string $env = null)
3434 * @param class-string $class
3535 */
3636 #[\Deprecated(message: 'use setRouteAttributeClass() instead ' , since: 'babdev/websocket-server 0.1 ' )]
37- #[\Override]
3837 public function setRouteAnnotationClass (string $ class ): void
3938 {
4039 $ this ->routeAttributeClass = $ class ;
4140
42- /** @phpstan-ignore function.alreadyNarrowedType */
4341 if (method_exists (AttributeClassLoader::class, 'setRouteAnnotationClass ' )) {
44- parent ::setRouteAnnotationClass ($ class );
42+ parent ::setRouteAnnotationClass ($ class ); // @phpstan-ignore staticMethod.notFound
4543 }
4644 }
4745
You can’t perform that action at this time.
0 commit comments