Completed
Pull Request — master (#1)
by Luc
04:53 queued 02:14
created
src/Question/Repositories/CategoryDoctrineRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
 
105 105
         return new Categories(
106 106
             ...array_map(
107
-                function (CategoryEntity $categoryEntity) {
107
+                function(CategoryEntity $categoryEntity) {
108 108
                     return $categoryEntity->toCategory();
109 109
                 },
110 110
                 $categoryEntities
Please login to merge, or discard this patch.