cs fixes
This commit is contained in:
parent
72bb16173a
commit
eccd8f85bc
@ -105,7 +105,7 @@ class AnnotationDriver extends AbstractAnnotationDriver
|
||||
'columns' => $indexAnnot->columns,
|
||||
);
|
||||
|
||||
if( ! empty($indexAnnot->flags)) {
|
||||
if ( ! empty($indexAnnot->flags)) {
|
||||
$index['flags'] = $indexAnnot->flags;
|
||||
}
|
||||
|
||||
|
@ -201,7 +201,7 @@ class XmlDriver extends FileDriver
|
||||
'columns' => $columns
|
||||
);
|
||||
|
||||
if( isset($indexXml['flags'])) {
|
||||
if (isset($indexXml['flags'])) {
|
||||
$index['flags'] = explode(',', (string)$indexXml['flags']);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user