Completed
Pull Request — development (#720)
by Thomas
28:38
created
local/devel/Entities/GeoCacheListsEntity.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->id=== null;
49
+        return $this->id === null;
50 50
     }
51 51
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeoCacheReportStatusEntity.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->id=== null;
19
+        return $this->id === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/LanguagesEntity.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->short=== null;
37
+        return $this->short === null;
38 38
     }
39 39
 }
Please login to merge, or discard this patch.
local/devel/Entities/CoordinatesEntity.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->id=== null;
43
+        return $this->id === null;
44 44
     }
45 45
 }
Please login to merge, or discard this patch.
local/devel/Entities/GkMoveEntity.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.
local/devel/Entities/OkapiAuthorizationsEntity.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->consumerKey=== null;
19
+        return $this->consumerKey === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/SysTransEntity.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->id=== null;
19
+        return $this->id === null;
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
local/devel/Entities/GeodbLocationsEntity.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->locId=== null;
16
+        return $this->locId === null;
17 17
     }
18 18
 }
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
@@ -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.