|
@@ -95,8 +95,6 @@ final class OrderedInterfacesFixer extends AbstractFixer implements Configurable
|
|
|
]
|
|
|
),
|
|
|
],
|
|
|
- null,
|
|
|
- "Risky for `implements` when specifying both an interface and its parent interface, because PHP doesn't break on `parent, child` but does on `child, parent`."
|
|
|
);
|
|
|
}
|
|
|
|
|
@@ -109,14 +107,6 @@ final class OrderedInterfacesFixer extends AbstractFixer implements Configurable
|
|
|
|| $tokens->isAllTokenKindsFound([T_INTERFACE, T_EXTENDS]);
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * {@inheritdoc}
|
|
|
- */
|
|
|
- public function isRisky(): bool
|
|
|
- {
|
|
|
- return true;
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* {@inheritdoc}
|
|
|
*/
|