Completed
Branch master (a559c4)
by
unknown
04:34
created
development/factory/_abstract/AdminPageFramework_Factory_Router.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
                 $this->oLink = $this->oLink;
157 157
             }
158 158
     
159
-            if ( ! $this->_isInThePage() ) { 
159
+            if ( ! $this->_isInThePage() ) {
160 160
                 return; 
161 161
             }
162 162
             
@@ -435,7 +435,7 @@  discard block
 block discarded – undo
435 435
         }     
436 436
 
437 437
         // Set and return the sub class object instance.
438
-        if ( in_array( $sPropertyName, $this->_aSubClassNames ) ) {            
438
+        if ( in_array( $sPropertyName, $this->_aSubClassNames ) ) {
439 439
             return call_user_func( 
440 440
                 array( $this, "_replyTpSetAndGetInstance_{$sPropertyName}"  )
441 441
             );
@@ -518,7 +518,7 @@  discard block
 block discarded – undo
518 518
      * 
519 519
      * @internal
520 520
      */
521
-    public function __call( $sMethodName, $aArguments=null ) {    
521
+    public function __call( $sMethodName, $aArguments=null ) {
522 522
          
523 523
         $_mFirstArg = $this->oUtil->getElement( $aArguments, 0 );
524 524
         
Please login to merge, or discard this patch.