Completed
Push — master ( 3845e2...a95f7d )
by Danilo
09:37
created
src/Entities/EntityAccess.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,6 +63,4 @@
 block discarded – undo
63 63
         }
64 64
 
65 65
         // If not return the data from the array after checking it is set
66
-        return isset($this->container[$offset]) ? $this->container[$offset] : null;
67
-    }
68
-}
66
+        return isset($this->container[$offset]) ? $this->container[$offset
69 67
\ No newline at end of file
Please login to merge, or discard this patch.
src/Utilities/Paginator.php 1 patch
Unused Use Statements   +1 added lines, -7 removed lines patch added patch discarded remove patch
@@ -102,10 +102,4 @@
 block discarded – undo
102 102
             }
103 103
         }
104 104
 
105
-        return $message;
106
-    }
107
-}
108
-
109
-/*
110
- * @}
111
- */
105
+        return $message
112 106
\ No newline at end of file
Please login to merge, or discard this patch.