Completed
Branch dev (3754ad)
by
unknown
26:32 queued 06:26
created
factory/_abstract/form/_view/AdminPageFramework_Form_View___ToolTip.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
  * @since       DEVVER
16 16
  * @internal
17 17
  */
18
-class AdminPageFramework_Form_View___ToolTip extends AdminPageFramework_Form_View___Section_Base {            
18
+class AdminPageFramework_Form_View___ToolTip extends AdminPageFramework_Form_View___Section_Base {
19 19
   
20 20
     public $aArguments      = array(
21 21
         'attributes'    => array(), // attributes
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
          * @since       DEVVER
100 100
          * @return      string
101 101
          */
102
-        private function _getDescriptions() {         
102
+        private function _getDescriptions() {
103 103
 
104 104
             if ( isset( $this->aArguments[ 'content' ] ) ) {
105 105
                 return  "<span class='admin-page-framework-form-tool-tip-description'>"
Please login to merge, or discard this patch.
form/_view/sectionset/AdminPageFramework_Form_View___FieldsetTableRow.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
         
62 62
         $aFieldset = $this->aFieldset;
63 63
 
64
-        if ( 'section_title' === $aFieldset[ 'type' ] ) { 
64
+        if ( 'section_title' === $aFieldset[ 'type' ] ) {
65 65
             return ''; 
66 66
         }
67 67
         
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
                             $aField[ '_structure_type' ], 
193 193
                             array( 'widget', 'post_meta_box', 'page_meta_box' ) 
194 194
                         ) 
195
-                    ){
195
+                    ) {
196 196
                         return "<span class='title-colon'>:</span>" ;
197 197
                     }                                                 
198 198
                     
Please login to merge, or discard this patch.