Completed
Pull Request — development (#720)
by Thomas
28:38
created
local/devel/Entities/SysMenuEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,6 +49,6 @@
 block discarded – undo
49 49
      */
50 50
     public function isNew()
51 51
     {
52
-        return $this->id=== null;
52
+        return $this->id === null;
53 53
     }
54 54
 }
Please login to merge, or discard this patch.
local/devel/Entities/OkapiVarsEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
      */
14 14
     public function isNew()
15 15
     {
16
-        return $this->var=== null;
16
+        return $this->var === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/ProfileOptionsEntity.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->id=== null;
37
+        return $this->id === null;
38 38
     }
39 39
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheDescModifiedEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,6 +37,6 @@
 block discarded – undo
37 37
      */
38 38
     public function isNew()
39 39
     {
40
-        return $this->cacheId=== null;
40
+        return $this->cacheId === null;
41 41
     }
42 42
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheReportsEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,6 +37,6 @@
 block discarded – undo
37 37
      */
38 38
     public function isNew()
39 39
     {
40
-        return $this->id=== null;
40
+        return $this->id === null;
41 41
     }
42 42
 }
Please login to merge, or discard this patch.
local/devel/Entities/GkUserEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
      */
14 14
     public function isNew()
15 15
     {
16
-        return $this->id=== null;
16
+        return $this->id === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/Map2ResultEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
      */
32 32
     public function isNew()
33 33
     {
34
-        return $this->resultId=== null;
34
+        return $this->resultId === null;
35 35
     }
36 36
 }
Please login to merge, or discard this patch.
local/devel/Entities/OkapiClogEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
      */
14 14
     public function isNew()
15 15
     {
16
-        return $this->id=== null;
16
+        return $this->id === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheWatchesEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
      */
14 14
     public function isNew()
15 15
     {
16
-        return $this->cacheId=== null;
16
+        return $this->cacheId === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.