Completed
Branch master (b5e54a)
by
unknown
46:58 queued 26:58
created
development/factory/widget/_model/AdminPageFramework_Property_Widget.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,9 +104,9 @@
 block discarded – undo
104 104
      * Sets up properties.
105 105
      * @since       3.7.0
106 106
      */
107
-    public function __construct( $oCaller, $sCallerPath, $sClassName, $sCapability='manage_options', $sTextDomain='admin-page-framework', $sStructureType ) {
107
+    public function __construct( $oCaller, $sCallerPath, $sClassName, $sCapability = 'manage_options', $sTextDomain = 'admin-page-framework', $sStructureType ) {
108 108
 
109
-        $this->_sFormRegistrationHook = 'load_' . $sClassName; // 3.7.0+
109
+        $this->_sFormRegistrationHook = 'load_'.$sClassName; // 3.7.0+
110 110
         // $this->_sFormRegistrationHook = 'current_screen';
111 111
 
112 112
         parent::__construct(
Please login to merge, or discard this patch.