Completed
Pull Request — development (#720)
by Thomas
32:54 queued 25:33
created
local/devel/Entities/CountriesOptionsEntity.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->country=== null;
28
+        return $this->country === null;
29 29
     }
30 30
 }
Please login to merge, or discard this patch.
local/devel/Entities/SysTransRefEntity.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/HelppagesEntity.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->ocpage=== null;
19
+        return $this->ocpage === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheWaypointPoolEntity.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->wpOc=== null;
16
+        return $this->wpOc === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/GnsLocationsEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,6 +94,6 @@
 block discarded – undo
94 94
      */
95 95
     public function isNew()
96 96
     {
97
-        return $this->uni=== null;
97
+        return $this->uni === null;
98 98
     }
99 99
 }
Please login to merge, or discard this patch.
local/devel/Entities/MapresultEntity.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->queryId=== null;
16
+        return $this->queryId === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeodbPolygonsEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
      */
20 20
     public function isNew()
21 21
     {
22
-        return $this->polygonId=== null;
22
+        return $this->polygonId === null;
23 23
     }
24 24
 }
Please login to merge, or discard this patch.
local/devel/Entities/XmlsessionDataEntity.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->sessionId=== null;
19
+        return $this->sessionId === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/NutsCodesEntity.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->code=== null;
16
+        return $this->code === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.