Test Failed
Push — master ( d5f951...5b0d59 )
by Gabor
08:43
created
src/WebHemi/Data/Storage/UserStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
      * @param int $identifier
176 176
      * @param int $limit
177 177
      * @param int $offset
178
-     * @return array
178
+     * @return \WebHemi\Data\Entity\ApplicationEntity
179 179
      */
180 180
     public function getSimpleUserMetaListByUser(
181 181
         int $identifier,
Please login to merge, or discard this patch.
src/WebHemi/Data/Storage/ApplicationStorage.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -22,13 +22,13 @@
 block discarded – undo
22 22
  */
23 23
 class ApplicationStorage extends AbstractStorage
24 24
 {
25
-     /**
26
-     * Returns every Application entity.
27
-     *
28
-     * @param int $limit
29
-     * @param int $offset
30
-     * @return EntitySet
31
-     */
25
+        /**
26
+         * Returns every Application entity.
27
+         *
28
+         * @param int $limit
29
+         * @param int $offset
30
+         * @return EntitySet
31
+         */
32 32
     public function getApplicationList(
33 33
         int $limit = QueryInterface::MAX_ROW_LIMIT,
34 34
         int $offset = 0
Please login to merge, or discard this patch.