@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->id=== null; |
|
16 | + return $this->id === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -46,6 +46,6 @@ |
||
46 | 46 | */ |
47 | 47 | public function isNew() |
48 | 48 | { |
49 | - return $this->cacheId=== null; |
|
49 | + return $this->cacheId === null; |
|
50 | 50 | } |
51 | 51 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->cacheId=== null; |
|
19 | + return $this->cacheId === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -22,6 +22,6 @@ |
||
22 | 22 | */ |
23 | 23 | public function isNew() |
24 | 24 | { |
25 | - return $this->id=== null; |
|
25 | + return $this->id === null; |
|
26 | 26 | } |
27 | 27 | } |
@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->setId=== null; |
|
16 | + return $this->setId === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -19,6 +19,6 @@ |
||
19 | 19 | */ |
20 | 20 | public function isNew() |
21 | 21 | { |
22 | - return $this->id=== null; |
|
22 | + return $this->id === null; |
|
23 | 23 | } |
24 | 24 | } |
@@ -19,6 +19,6 @@ |
||
19 | 19 | */ |
20 | 20 | public function isNew() |
21 | 21 | { |
22 | - return $this->key=== null; |
|
22 | + return $this->key === null; |
|
23 | 23 | } |
24 | 24 | } |
@@ -31,6 +31,6 @@ |
||
31 | 31 | */ |
32 | 32 | public function isNew() |
33 | 33 | { |
34 | - return $this->consumerKey=== null; |
|
34 | + return $this->consumerKey === null; |
|
35 | 35 | } |
36 | 36 | } |
@@ -22,6 +22,6 @@ |
||
22 | 22 | */ |
23 | 23 | public function isNew() |
24 | 24 | { |
25 | - return $this->id=== null; |
|
25 | + return $this->id === null; |
|
26 | 26 | } |
27 | 27 | } |