Passed
Push — master ( 0c08bd...874e02 )
by Danny
02:23
created
src/WPCLI/Plugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,13 +69,13 @@
 block discarded – undo
69 69
      */
70 70
     public static function pluginInstall($plugin, $activate = true, $version = null)
71 71
     {
72
-        $options = [ 'force' => '' ];
72
+        $options = ['force' => ''];
73 73
 
74 74
         if ($activate) {
75 75
             $options['activate'] = '';
76 76
         }
77 77
 
78
-        if (! is_null($version) && $version) {
78
+        if (!is_null($version) && $version) {
79 79
             $options['version'] = $version;
80 80
         }
81 81
 
Please login to merge, or discard this patch.