Completed
Branch master (163d15)
by
unknown
18:49 queued 09:51
created
development/factory/user_meta/AdminPageFramework_UserMeta.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -39,16 +39,16 @@
 block discarded – undo
39 39
      * @since       3.7.4       Changed the default capability value to `read`.
40 40
      * @todo        Examine the appropriate default capability level.
41 41
      */
42
-    public function __construct( $sCapability='read', $sTextDomain='admin-page-framework' ) {
42
+    public function __construct( $sCapability = 'read', $sTextDomain = 'admin-page-framework' ) {
43 43
         
44 44
         $_sProprtyClassName = isset( $this->aSubClassNames[ 'oProp' ] )
45 45
             ? $this->aSubClassNames[ 'oProp' ]
46
-            : 'AdminPageFramework_Property_' . $this->_sStructureType;        
46
+            : 'AdminPageFramework_Property_'.$this->_sStructureType;        
47 47
         $this->oProp = new $_sProprtyClassName( 
48
-            $this,                  // the caller object
49
-            get_class( $this ),     // the caller class name    
50
-            $sCapability,           // the capability level
51
-            $sTextDomain,           // the text domain
48
+            $this, // the caller object
49
+            get_class( $this ), // the caller class name    
50
+            $sCapability, // the capability level
51
+            $sTextDomain, // the text domain
52 52
             $this->_sStructureType  // the structure type
53 53
         );     
54 54
         
Please login to merge, or discard this patch.