@@ -63,7 +63,7 @@ |
||
63 | 63 | break; |
64 | 64 | } |
65 | 65 | |
66 | - if ( ! isset( $this->_location ) ) { |
|
66 | + if ( !isset($this->_location) ) { |
|
67 | 67 | break; |
68 | 68 | } |
69 | 69 |
@@ -2,7 +2,7 @@ discard block |
||
2 | 2 | |
3 | 3 | namespace Clubdeuce\WPLib\Components\GoogleMaps; |
4 | 4 | |
5 | -if ( ! class_exists( 'Clubdeuce\WPLib\Components\GoogleMaps\Model_Base' ) ): |
|
5 | +if ( !class_exists( 'Clubdeuce\WPLib\Components\GoogleMaps\Model_Base' ) ): |
|
6 | 6 | /** |
7 | 7 | * Class Model_Base |
8 | 8 | * @package Clubdeuce\WPLib\Components\GoogleMaps |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | |
19 | 19 | $has = false; |
20 | 20 | |
21 | - if ( isset( $this->{$property} ) ) { |
|
21 | + if ( isset($this->{$property} ) ) { |
|
22 | 22 | $has = true; |
23 | 23 | } |
24 | 24 |
@@ -29,7 +29,7 @@ |
||
29 | 29 | break; |
30 | 30 | } |
31 | 31 | |
32 | - if ( ! isset( $this->_map ) ) { |
|
32 | + if ( !isset($this->_map) ) { |
|
33 | 33 | break; |
34 | 34 | } |
35 | 35 |
@@ -37,7 +37,7 @@ |
||
37 | 37 | break; |
38 | 38 | } |
39 | 39 | |
40 | - if ( ! isset( $this->_label ) ) { |
|
40 | + if ( !isset($this->_label) ) { |
|
41 | 41 | break; |
42 | 42 | } |
43 | 43 |