Surround ! with spaces according to code style
This commit is contained in:
parent
bb5345b330
commit
1003466a5f
@ -107,7 +107,7 @@ class AnnotationDriver extends AbstractAnnotationDriver
|
||||
$index['flags'] = $indexAnnot->flags;
|
||||
}
|
||||
|
||||
if (! empty($indexAnnot->options)) {
|
||||
if ( ! empty($indexAnnot->options)) {
|
||||
$index['options'] = $indexAnnot->options;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user