Completed
Pull Request — development (#720)
by Thomas
28:38
created
local/devel/Entities/GkItemWaypointEntity.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/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/WatchesWaitingEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
      */
29 29
     public function isNew()
30 30
     {
31
-        return $this->id=== null;
31
+        return $this->id === null;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCachesEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,6 +115,6 @@
 block discarded – undo
115 115
      */
116 116
     public function isNew()
117 117
     {
118
-        return $this->cacheId=== null;
118
+        return $this->cacheId === null;
119 119
     }
120 120
 }
Please login to merge, or discard this patch.
local/devel/Entities/QueriesEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,6 +22,6 @@
 block discarded – undo
22 22
      */
23 23
     public function isNew()
24 24
     {
25
-        return $this->id=== null;
25
+        return $this->id === null;
26 26
     }
27 27
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheListWatchesEntity.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->cacheListId=== null;
16
+        return $this->cacheListId === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheLogsEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,6 +70,6 @@
 block discarded – undo
70 70
      */
71 71
     public function isNew()
72 72
     {
73
-        return $this->id=== null;
73
+        return $this->id === null;
74 74
     }
75 75
 }
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/LogentriesTypesEntity.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->id=== null;
19
+        return $this->id === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.