@@ -34,6 +34,6 @@ |
||
34 | 34 | */ |
35 | 35 | public function isNew() |
36 | 36 | { |
37 | - return $this->id=== null; |
|
37 | + return $this->id === null; |
|
38 | 38 | } |
39 | 39 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->consumerKey=== null; |
|
19 | + return $this->consumerKey === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->id=== null; |
|
19 | + return $this->id === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->locId=== null; |
|
16 | + return $this->locId === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -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->cacheId=== null; |
|
16 | + return $this->cacheId === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -25,6 +25,6 @@ |
||
25 | 25 | */ |
26 | 26 | public function isNew() |
27 | 27 | { |
28 | - return $this->id=== null; |
|
28 | + return $this->id === null; |
|
29 | 29 | } |
30 | 30 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->cacheListId=== null; |
|
19 | + return $this->cacheListId === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -31,6 +31,6 @@ |
||
31 | 31 | */ |
32 | 32 | public function isNew() |
33 | 33 | { |
34 | - return $this->id=== null; |
|
34 | + return $this->id === null; |
|
35 | 35 | } |
36 | 36 | } |