@@ -69,13 +69,13 @@ |
||
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 |