Completed
Pull Request — development (#720)
by Thomas
28:38
created
local/devel/Entities/StatCachesEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,6 @@
 block discarded – undo
40 40
      */
41 41
     public function isNew()
42 42
     {
43
-        return $this->cacheId=== null;
43
+        return $this->cacheId === null;
44 44
     }
45 45
 }
Please login to merge, or discard this patch.
local/devel/Entities/CountriesOptionsEntity.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->country=== null;
28
+        return $this->country === null;
29 29
     }
30 30
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeodbAreasEntity.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->locId=== null;
52
+        return $this->locId === null;
53 53
     }
54 54
 }
Please login to merge, or discard this patch.
local/devel/Entities/LoginsEntity.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/SysTransRefEntity.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->transId=== null;
19
+        return $this->transId === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/NotifyWaitingEntity.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/UserOptionsEntity.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->userId=== null;
22
+        return $this->userId === null;
23 23
     }
24 24
 }
Please login to merge, or discard this patch.
local/devel/Entities/OkapiTokensEntity.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->key=== null;
34
+        return $this->key === null;
35 35
     }
36 36
 }
Please login to merge, or discard this patch.
local/devel/Entities/HelppagesEntity.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->ocpage=== null;
19
+        return $this->ocpage === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.