@@ -70,7 +70,7 @@ |
||
| 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 | |
@@ -63,8 +63,8 @@ |
||
| 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 | |