@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->lang=== null; |
|
16 | + return $this->lang === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -10,6 +10,6 @@ |
||
10 | 10 | */ |
11 | 11 | public function isNew() |
12 | 12 | { |
13 | - return $this->pw=== null; |
|
13 | + return $this->pw === null; |
|
14 | 14 | } |
15 | 15 | } |
@@ -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 | } |
@@ -22,6 +22,6 @@ |
||
22 | 22 | */ |
23 | 23 | public function isNew() |
24 | 24 | { |
25 | - return $this->cacheId=== null; |
|
25 | + return $this->cacheId === null; |
|
26 | 26 | } |
27 | 27 | } |
@@ -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 | } |
@@ -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 | } |
@@ -43,6 +43,6 @@ |
||
43 | 43 | */ |
44 | 44 | public function isNew() |
45 | 45 | { |
46 | - return $this->id=== null; |
|
46 | + return $this->id === null; |
|
47 | 47 | } |
48 | 48 | } |
@@ -43,6 +43,6 @@ |
||
43 | 43 | */ |
44 | 44 | public function isNew() |
45 | 45 | { |
46 | - return $this->id=== null; |
|
46 | + return $this->id === null; |
|
47 | 47 | } |
48 | 48 | } |
@@ -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 | } |