Passed
Push — master ( 7a2ade...7976db )
by Brian
11:48 queued 06:47
created
ayecode/wp-ayecode-ui/includes/components/class-aui-component-input.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
 						$help_text = '';
210 210
 						//$label_args['class'] .= ' d-inline ';
211 211
 						$args['wrap_class'] .= ' align-items-center ';
212
-					}else{
212
+					} else{
213 213
 
214 214
 					}
215 215
 
Please login to merge, or discard this patch.
templates/invoice/invoice-logo.php 1 patch
Braces   +10 added lines, -4 removed lines patch added patch discarded remove patch
@@ -19,12 +19,18 @@
 block discarded – undo
19 19
 
20 20
         <?php if ( ! empty( $logo_width ) && ! empty( $logo_height ) ) : ?>
21 21
             <img class="logo" style="max-width:100%; width:<?php echo absint( $logo_width ); ?>px; height:<?php echo absint( $logo_height ); ?>px;" src="<?php echo esc_url( $logo ); ?>">
22
-        <?php else : ?>
23
-            <img class="logo" style="max-width:100%;" src="<?php echo esc_url( $logo ); ?>">
22
+        <?php else {
23
+    : ?>
24
+            <img class="logo" style="max-width:100%;" src="<?php echo esc_url( $logo );
25
+}
26
+?>">
24 27
         <?php endif; ?>
25 28
 
26
-    <?php else : ?>
27
-        <h1 class="h3"><?php echo esc_html( wpinv_get_business_name() ); ?></h1>
29
+    <?php else {
30
+    : ?>
31
+        <h1 class="h3"><?php echo esc_html( wpinv_get_business_name() );
32
+}
33
+?></h1>
28 34
     <?php endif; ?>
29 35
 
30 36
 </a>
Please login to merge, or discard this patch.
includes/admin/views/wizard-header.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,9 +57,12 @@
 block discarded – undo
57 57
                         </li>
58 58
                     <?php endforeach; ?>
59 59
                 </ol>
60
-            <?php else : ?>
60
+            <?php else {
61
+    : ?>
61 62
                 <div class='mb-3'>&nbsp;</div>
62
-            <?php endif; ?>
63
+            <?php endif;
64
+}
65
+?>
63 66
 
64 67
             <div class="text-center pb-3 mt-5">
65 68
                 <a class=" text-decoration-none" href="https://wpgetpaid.com/">
Please login to merge, or discard this patch.
includes/admin/views/wizard-gateways.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,11 @@
 block discarded – undo
40 40
                         ?>
41 41
                         "
42 42
                         class="btn btn-sm btn-outline-primary"><?php _e( 'Connect', 'invoicing' ); ?></a>
43
-                    <?php else : ?>
44
-                        <span class="btn btn-sm btn-success"><?php _e( 'Connected', 'invoicing' ); ?></span>
43
+                    <?php else {
44
+    : ?>
45
+                        <span class="btn btn-sm btn-success"><?php _e( 'Connected', 'invoicing' );
46
+}
47
+?></span>
45 48
                     <?php endif; ?>
46 49
 				</li>
47 50
 
Please login to merge, or discard this patch.
vendor/composer/installed.php 1 patch
Braces   -74 removed lines patch added patch discarded remove patch
@@ -26,77 +26,3 @@
 block discarded – undo
26 26
             'install_path' => __DIR__ . '/../../',
27 27
             'aliases' => array(),
28 28
 <<<<<<< HEAD
29
-            'reference' => 'cb951bb87e5076389faf873c81c900abdf8e00f8',
30
-=======
31
-            'reference' => 'a98fa32e69c51bb98f7d88646004e680ca54c3ef',
32
->>>>>>> ecfc04d7ac0822306fa830a2ee2cb1a1368aa75c
33
-            'dev_requirement' => false,
34
-        ),
35
-        'ayecode/wp-ayecode-ui' => array(
36
-            'pretty_version' => '0.1.68',
37
-            'version' => '0.1.68.0',
38
-            'type' => 'library',
39
-            'install_path' => __DIR__ . '/../ayecode/wp-ayecode-ui',
40
-            'aliases' => array(),
41
-            'reference' => '4980b75ffbbf706de1ff8db35b3afdb7f274262e',
42
-            'dev_requirement' => false,
43
-        ),
44
-        'ayecode/wp-deactivation-survey' => array(
45
-            'pretty_version' => '1.0.4',
46
-            'version' => '1.0.4.0',
47
-            'type' => 'library',
48
-            'install_path' => __DIR__ . '/../ayecode/wp-deactivation-survey',
49
-            'aliases' => array(),
50
-            'reference' => 'd2777fed30acfc4da53b45bf3b4fec2fb27d8398',
51
-            'dev_requirement' => false,
52
-        ),
53
-        'ayecode/wp-font-awesome-settings' => array(
54
-            'pretty_version' => '1.0.13',
55
-            'version' => '1.0.13.0',
56
-            'type' => 'library',
57
-            'install_path' => __DIR__ . '/../ayecode/wp-font-awesome-settings',
58
-            'aliases' => array(),
59
-            'reference' => 'a7a11ee4290674ec214d1fe694139af275350402',
60
-            'dev_requirement' => false,
61
-        ),
62
-        'ayecode/wp-super-duper' => array(
63
-            'pretty_version' => '1.0.29',
64
-            'version' => '1.0.29.0',
65
-            'type' => 'library',
66
-            'install_path' => __DIR__ . '/../ayecode/wp-super-duper',
67
-            'aliases' => array(),
68
-            'reference' => '18f3da558aec750cfeaa582f72619fbf8867677a',
69
-            'dev_requirement' => false,
70
-        ),
71
-        'composer/installers' => array(
72
-            'pretty_version' => 'v1.12.0',
73
-            'version' => '1.12.0.0',
74
-            'type' => 'composer-plugin',
75
-            'install_path' => __DIR__ . '/./installers',
76
-            'aliases' => array(),
77
-            'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19',
78
-            'dev_requirement' => false,
79
-        ),
80
-        'maxmind-db/reader' => array(
81
-            'pretty_version' => 'v1.6.0',
82
-            'version' => '1.6.0.0',
83
-            'type' => 'library',
84
-            'install_path' => __DIR__ . '/../maxmind-db/reader',
85
-            'aliases' => array(),
86
-            'reference' => 'febd4920bf17c1da84cef58e56a8227dfb37fbe4',
87
-            'dev_requirement' => false,
88
-        ),
89
-        'roundcube/plugin-installer' => array(
90
-            'dev_requirement' => false,
91
-            'replaced' => array(
92
-                0 => '*',
93
-            ),
94
-        ),
95
-        'shama/baton' => array(
96
-            'dev_requirement' => false,
97
-            'replaced' => array(
98
-                0 => '*',
99
-            ),
100
-        ),
101
-    ),
102
-);
Please login to merge, or discard this patch.