| @@ -43,9 +43,9 @@ | ||
| 43 | 43 | * |
| 44 | 44 | * @return bool |
| 45 | 45 | */ |
| 46 | 46 | public function enabled() { |
| 47 | - if ( ! $this->has_opcache() ) { | |
| 47 | + if ( !$this->has_opcache() ) { | |
| 48 | 48 | return false; |
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | $status = $this->get_status(); |
| @@ -60,9 +60,9 @@ | ||
| 60 | 60 | */ |
| 61 | 61 | public function purge_cache_url() { |
| 62 | 62 | return wp_nonce_url( |
| 63 | 63 | add_query_arg( |
| 64 | - [ 'flywp-action' => 'purge-opcache' ], | |
| 64 | + ['flywp-action' => 'purge-opcache'], | |
| 65 | 65 | admin_url( 'index.php?page=flywp' ), |
| 66 | 66 | ), |
| 67 | 67 | 'fly-opcache-purge' |
| 68 | 68 | ); |