Completed
Pull Request — development (#720)
by Thomas
32:54 queued 25:33
created
local/devel/Entities/OkapiClogEntity.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/OkapiSearchSetsEntity.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/PageEntity.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/LogTypesTextEntity.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/ProfileOptionsEntity.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/QueriesEntity.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/GeoCachesModifiedEntity.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/WatchesNotifiedEntity.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/GeoCacheTypeEntity.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.