Test Failed
Branch master (3ad9ef)
by Gabor
05:05
created
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.