@@ -25,6 +25,6 @@ |
||
25 | 25 | */ |
26 | 26 | public function isNew() |
27 | 27 | { |
28 | - return $this->country=== null; |
|
28 | + return $this->country === null; |
|
29 | 29 | } |
30 | 30 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->transId=== null; |
|
19 | + return $this->transId === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->ocpage=== null; |
|
19 | + return $this->ocpage === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->wpOc=== null; |
|
16 | + return $this->wpOc === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -94,6 +94,6 @@ |
||
94 | 94 | */ |
95 | 95 | public function isNew() |
96 | 96 | { |
97 | - return $this->uni=== null; |
|
97 | + return $this->uni === null; |
|
98 | 98 | } |
99 | 99 | } |
@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->queryId=== null; |
|
16 | + return $this->queryId === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -19,6 +19,6 @@ |
||
19 | 19 | */ |
20 | 20 | public function isNew() |
21 | 21 | { |
22 | - return $this->polygonId=== null; |
|
22 | + return $this->polygonId === null; |
|
23 | 23 | } |
24 | 24 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->sessionId=== null; |
|
19 | + return $this->sessionId === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->code=== null; |
|
16 | + return $this->code === null; |
|
17 | 17 | } |
18 | 18 | } |