Completed
Pull Request — development (#720)
by Thomas
28:38
created
local/devel/Entities/SavedTextsEntity.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/GeoCacheListBookmarksEntity.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->cacheListId=== null;
19
+        return $this->cacheListId === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheStatusEntity.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->id=== null;
34
+        return $this->id === null;
35 35
     }
36 36
 }
Please login to merge, or discard this patch.
local/devel/Entities/UserStatpicEntity.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/WatchesWaitingtypesEntity.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/StatpicsEntity.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/NutsLayerEntity.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->id=== null;
22
+        return $this->id === null;
23 23
     }
24 24
 }
Please login to merge, or discard this patch.
local/devel/Entities/LogentriesEntity.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/SearchDoublesEntity.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->hash=== null;
19
+        return $this->hash === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.