Completed
Pull Request — development (#720)
by Thomas
32:54 queued 25:33
created
local/devel/Entities/OkapiTileStatusEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,6 @@
 block discarded – undo
40 40
      */
41 41
     public function isNew()
42 42
     {
43
-        return $this->z=== null;
43
+        return $this->z === null;
44 44
     }
45 45
 }
Please login to merge, or discard this patch.
local/devel/Entities/UserDelegatesEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,6 @@
 block discarded – undo
16 16
      */
17 17
     public function isNew()
18 18
     {
19
-        return $this->userId=== null;
19
+        return $this->userId === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/UserEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,6 @@
 block discarded – undo
16 16
      */
17 17
     public function isNew()
18 18
     {
19
-        return $this->userId=== null;
19
+        return $this->userId === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/CountriesEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,6 +34,6 @@
 block discarded – undo
34 34
      */
35 35
     public function isNew()
36 36
     {
37
-        return $this->short=== null;
37
+        return $this->short === null;
38 38
     }
39 39
 }
Please login to merge, or discard this patch.
local/devel/Entities/SysTransTextEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,6 @@
 block discarded – undo
16 16
      */
17 17
     public function isNew()
18 18
     {
19
-        return $this->transId=== null;
19
+        return $this->transId === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/SearchIndexEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,6 @@
 block discarded – undo
16 16
      */
17 17
     public function isNew()
18 18
     {
19
-        return $this->objectType=== null;
19
+        return $this->objectType === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/RemovedObjectsEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
      */
26 26
     public function isNew()
27 27
     {
28
-        return $this->id=== null;
28
+        return $this->id === null;
29 29
     }
30 30
 }
Please login to merge, or discard this patch.
local/devel/Entities/GkItemWaypointEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
      */
26 26
     public function isNew()
27 27
     {
28
-        return $this->id=== null;
28
+        return $this->id === null;
29 29
     }
30 30
 }
Please login to merge, or discard this patch.
local/devel/Entities/WsSessionsEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
      */
26 26
     public function isNew()
27 27
     {
28
-        return $this->id=== null;
28
+        return $this->id === null;
29 29
     }
30 30
 }
Please login to merge, or discard this patch.