1
0
mirror of synced 2025-01-09 18:47:10 +03:00

Surround ! with spaces according to code style

This commit is contained in:
Adrien Crivelli 2014-08-05 18:07:00 +09:00
parent bb5345b330
commit 1003466a5f

View File

@ -107,7 +107,7 @@ class AnnotationDriver extends AbstractAnnotationDriver
$index['flags'] = $indexAnnot->flags;
}
if (! empty($indexAnnot->options)) {
if ( ! empty($indexAnnot->options)) {
$index['options'] = $indexAnnot->options;
}