8000 merged branch igorw/patch-3 (PR #6341) · symfony/symfony@422ad83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 422ad83

Browse files
committed
merged branch igorw/patch-3 (PR #6341)
This PR was merged into the 2.1 branch. Commits ------- a5530c5 [Propel1Bridge] Fix "and => &&" CS in ModelChoiceList Discussion ---------- [Propel1Bridge] Fix "and => &&" CS in ModelChoiceList --------------------------------------------------------------------------- by willdurand at 2012-12-13T22:52:45Z :+1:
2 parents 2447757 + a5530c5 commit 422ad83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Propel1/Form/ChoiceList/ModelChoiceList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ private function getIdentifierValues($model)
345345
}
346346

347347
// readonly="true" models do not implement Persistent.
348-
if ($model instanceof BaseObject and method_exists($model, 'getPrimaryKey')) {
348+
if ($model instanceof BaseObject && method_exists($model, 'getPrimaryKey')) {
349349
return array($model->getPrimaryKey());
350350
}
351351

0 commit comments

Comments
 (0)
0