Completed
Pull Request — development (#720)
by Thomas
28:38
created
local/devel/Entities/XmlsessionEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,6 +43,6 @@
 block discarded – undo
43 43
      */
44 44
     public function isNew()
45 45
     {
46
-        return $this->id=== null;
46
+        return $this->id === null;
47 47
     }
48 48
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheDescEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,6 +43,6 @@
 block discarded – undo
43 43
      */
44 44
     public function isNew()
45 45
     {
46
-        return $this->id=== null;
46
+        return $this->id === null;
47 47
     }
48 48
 }
Please login to merge, or discard this patch.
local/devel/Entities/NpaTypesEntity.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/FieldNoteEntity.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/ObjectTypesEntity.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/GeoCachesModifiedEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,6 +46,6 @@
 block discarded – undo
46 46
      */
47 47
     public function isNew()
48 48
     {
49
-        return $this->cacheId=== null;
49
+        return $this->cacheId === null;
50 50
     }
51 51
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheNpaAreasEntity.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->cacheId=== null;
19
+        return $this->cacheId === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/ReplicationEntity.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/OkapiSearchResultsEntity.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->setId=== null;
16
+        return $this->setId === null;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.