@@ -10,6 +10,6 @@ |
||
10 | 10 | */ |
11 | 11 | public function isNew() |
12 | 12 | { |
13 | - return $this->version=== null; |
|
13 | + return $this->version === null; |
|
14 | 14 | } |
15 | 15 | } |
@@ -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 | } |
@@ -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->cacheListId=== null; |
|
16 | + return $this->cacheListId === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->logId=== null; |
|
16 | + return $this->logId === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -61,6 +61,6 @@ |
||
61 | 61 | */ |
62 | 62 | public function isNew() |
63 | 63 | { |
64 | - return $this->id=== null; |
|
64 | + return $this->id === null; |
|
65 | 65 | } |
66 | 66 | } |
@@ -49,6 +49,6 @@ |
||
49 | 49 | */ |
50 | 50 | public function isNew() |
51 | 51 | { |
52 | - return $this->id=== null; |
|
52 | + return $this->id === null; |
|
53 | 53 | } |
54 | 54 | } |
@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->var=== null; |
|
16 | + return $this->var === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -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 | } |