File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Kununu/ArchitectureSniffer/Configuration Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ public static function buildFrom(
5757 TypeChecker::castArrayOfStrings ($ targetAttributes [self ::DEPENDS_ON_KEY ]) : null ,
5858 mustNotDependOn: isset ($ targetAttributes [self ::MUST_NOT_DEPEND_ON_KEY ]) ?
5959 TypeChecker::castArrayOfStrings ($ targetAttributes [self ::MUST_NOT_DEPEND_ON_KEY ]) : null ,
60- extends: isset ($ targetAttributes [self ::EXTENDS_KEY ]) && is_string ($ targetAttributes [self ::EXTENDS_KEY ]) ? $ targetAttributes [self ::EXTENDS_KEY ] : null ,
60+ extends: isset ($ targetAttributes [self ::EXTENDS_KEY ]) && is_string ($ targetAttributes [self ::EXTENDS_KEY ]) ?
61+ $ targetAttributes [self ::EXTENDS_KEY ] : null ,
6162 implements: isset ($ targetAttributes [self ::IMPLEMENTS_KEY ]) ?
6263 TypeChecker::castArrayOfStrings ($ targetAttributes [self ::IMPLEMENTS_KEY ]) : null ,
6364 isFinal: isset ($ targetAttributes [self ::FINAL_KEY ]) && $ targetAttributes [self ::FINAL_KEY ] === true ,
You can’t perform that action at this time.
0 commit comments