@@ -13,6 +13,6 @@ |
||
| 13 | 13 | */ |
| 14 | 14 | public function isNew() |
| 15 | 15 | { |
| 16 | - return $this->id=== null; |
|
| 16 | + return $this->id === null; |
|
| 17 | 17 | } |
| 18 | 18 | } |
@@ -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 | } |
@@ -28,6 +28,6 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | public function isNew() |
| 30 | 30 | { |
| 31 | - return $this->id=== null; |
|
| 31 | + return $this->id === null; |
|
| 32 | 32 | } |
| 33 | 33 | } |
@@ -115,6 +115,6 @@ |
||
| 115 | 115 | */ |
| 116 | 116 | public function isNew() |
| 117 | 117 | { |
| 118 | - return $this->cacheId=== null; |
|
| 118 | + return $this->cacheId === null; |
|
| 119 | 119 | } |
| 120 | 120 | } |
@@ -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 | } |
@@ -70,6 +70,6 @@ |
||
| 70 | 70 | */ |
| 71 | 71 | public function isNew() |
| 72 | 72 | { |
| 73 | - return $this->id=== null; |
|
| 73 | + return $this->id === null; |
|
| 74 | 74 | } |
| 75 | 75 | } |
@@ -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 | } |
@@ -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 | } |