@@ -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 | } |
@@ -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 | } |
@@ -31,6 +31,6 @@ |
||
31 | 31 | */ |
32 | 32 | public function isNew() |
33 | 33 | { |
34 | - return $this->resultId=== null; |
|
34 | + return $this->resultId === null; |
|
35 | 35 | } |
36 | 36 | } |
@@ -13,6 +13,6 @@ |
||
13 | 13 | */ |
14 | 14 | public function isNew() |
15 | 15 | { |
16 | - return $this->session=== null; |
|
16 | + return $this->session === null; |
|
17 | 17 | } |
18 | 18 | } |
@@ -34,6 +34,6 @@ |
||
34 | 34 | */ |
35 | 35 | public function isNew() |
36 | 36 | { |
37 | - return $this->short=== null; |
|
37 | + return $this->short === null; |
|
38 | 38 | } |
39 | 39 | } |
@@ -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 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->userId=== null; |
|
19 | + return $this->userId === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function isNew() |
18 | 18 | { |
19 | - return $this->hash=== null; |
|
19 | + return $this->hash === null; |
|
20 | 20 | } |
21 | 21 | } |
@@ -19,6 +19,6 @@ |
||
19 | 19 | */ |
20 | 20 | public function isNew() |
21 | 21 | { |
22 | - return $this->uuid=== null; |
|
22 | + return $this->uuid === null; |
|
23 | 23 | } |
24 | 24 | } |