Passed
Branch master (0828fa)
by Gabor
03:19
created
src/WebHemi/Middleware/Action/Website/Directory/CategoryAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
             ->getPublishedDocuments(
71 71
                 $applicationEntity->getApplicationId(),
72 72
                 [
73
-                    'fk_category = ?' => (int)$categoryEntity->getFilesystemCategoryId(),
73
+                    'fk_category = ?' => (int) $categoryEntity->getFilesystemCategoryId(),
74 74
                 ]
75 75
             );
76 76
 
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Website/Directory/ArchiveAction.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,8 +63,8 @@
 block discarded – undo
63 63
             ->getPublishedDocuments(
64 64
                 $applicationEntity->getApplicationId(),
65 65
                 [
66
-                    'YEAR(date_published) = ?' => (int)$dateParts[0],
67
-                    'MONTH(date_published) = ?' => (int)$dateParts[1]
66
+                    'YEAR(date_published) = ?' => (int) $dateParts[0],
67
+                    'MONTH(date_published) = ?' => (int) $dateParts[1]
68 68
                 ]
69 69
             );
70 70
 
Please login to merge, or discard this patch.