Completed
Push — master ( c758cf...31af41 )
by Andrew
04:13
created
src/Database.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -144,6 +144,7 @@  discard block
 block discarded – undo
144 144
 
145 145
     /**
146 146
     * Returns a collection of objects
147
+    * @param string $entityClass
147 148
     */
148 149
     public function objectSet($entityClass)
149 150
     {
@@ -154,6 +155,7 @@  discard block
 block discarded – undo
154 155
 
155 156
     /**
156 157
     * Returns an object
158
+    * @param string $entityClass
157 159
     */
158 160
     public function singleObject($entityClass)
159 161
     {
Please login to merge, or discard this patch.