Completed
Pull Request — development (#720)
by Thomas
28:38
created
local/devel/Entities/MigrationVersionsEntity.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->version=== null;
13
+        return $this->version === null;
14 14
     }
15 15
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheMapsEntity.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->cacheId=== null;
16
+        return $this->cacheId === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/ReplicationOverwritetypesEntity.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/GeoCacheListItemsEntity.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/WatchesLogqueueEntity.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->logId=== null;
16
+        return $this->logId === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
local/devel/Entities/PicturesEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,6 +61,6 @@
 block discarded – undo
61 61
      */
62 62
     public function isNew()
63 63
     {
64
-        return $this->id=== null;
64
+        return $this->id === null;
65 65
     }
66 66
 }
Please login to merge, or discard this patch.
local/devel/Entities/SysMenuEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,6 +49,6 @@
 block discarded – undo
49 49
      */
50 50
     public function isNew()
51 51
     {
52
-        return $this->id=== null;
52
+        return $this->id === null;
53 53
     }
54 54
 }
Please login to merge, or discard this patch.
local/devel/Entities/OkapiVarsEntity.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->var=== null;
16
+        return $this->var === null;
17 17
     }
18 18
 }
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
@@ -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.