CODE STYLE OutputDocument.php
Formatting files to PSR2
This commit is contained in:
@@ -928,7 +928,7 @@ class OutputDocument extends BaseOutputDocument
|
|||||||
try {
|
try {
|
||||||
$oObj = OutputDocumentPeer::retrieveByPk( $sUid );
|
$oObj = OutputDocumentPeer::retrieveByPk( $sUid );
|
||||||
|
|
||||||
if (is_object($oObj) && get_class ($oObj) == 'OutputDocument' ) {
|
if (is_object($oObj) && get_class ($oObj) == 'OutputDocument') {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user