Skip to content

Commit a02976b

Browse files
committed
Fixing PSR-2 indentation issue
1 parent 686ab36 commit a02976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/BeanDescriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ private function generateGetForeignKeys(array $fks): MethodGenerator
15961596
}
15971597
return parent::getForeignKeys(\$tableName);
15981598
EOF;
1599-
$code = sprintf($code, var_export($this->getTable()->getName(), true), $this->psr2VarExport($fkArray, ' '));
1599+
$code = sprintf($code, var_export($this->getTable()->getName(), true), $this->psr2VarExport($fkArray, ' '));
16001600

16011601
$method = new MethodGenerator('getForeignKeys');
16021602
$method->setVisibility(AbstractMemberGenerator::VISIBILITY_PROTECTED);

0 commit comments

Comments
 (0)