CODE STYLE OutputDocument.php

Formatting files to PSR2
This commit is contained in:
Victor Saisa Lopez
2012-07-23 08:51:45 -04:00
parent 2f226e8e47
commit 3c4a11326c

View File

@@ -928,7 +928,7 @@ class OutputDocument extends BaseOutputDocument
try {
$oObj = OutputDocumentPeer::retrieveByPk( $sUid );
if (is_object($oObj) && get_class ($oObj) == 'OutputDocument' ) {
if (is_object($oObj) && get_class ($oObj) == 'OutputDocument') {
return true;
} else {
return false;