Completed
Pull Request — development (#720)
by Thomas
32:54 queued 25:33
created
local/devel/Entities/GeodbTypeNamesEntity.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->typeId=== null;
19
+        return $this->typeId === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/WaypointReportsEntity.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->reportId=== null;
28
+        return $this->reportId === null;
29 29
     }
30 30
 }
Please login to merge, or discard this patch.
local/devel/Entities/SysTemptablesEntity.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->threadid=== null;
16
+        return $this->threadid === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/SearchIgnoreEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,6 +10,6 @@
 block discarded – undo
10 10
      */
11 11
     public function isNew()
12 12
     {
13
-        return $this->word=== null;
13
+        return $this->word === null;
14 14
     }
15 15
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheLogtypeEntity.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->cacheTypeId=== null;
16
+        return $this->cacheTypeId === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/CountriesListDefaultEntity.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->lang=== null;
16
+        return $this->lang === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCachesAttributesEntity.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->cacheId=== null;
25
+        return $this->cacheId === null;
26 26
     }
27 27
 }
Please login to merge, or discard this patch.
local/devel/Entities/NpaAreasEntity.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/StatCacheListsEntity.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.