Passed
Push — feature/VSVGVQ-44 ( 2258a7...0cec81 )
by Luc
03:11
created
src/Question/Controllers/QuestionViewController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     {
118 118
         if ($request->getMethod() === 'POST') {
119 119
             $this->questionRepository->delete(
120
-               $this->uuidFactory->fromString($id)
120
+                $this->uuidFactory->fromString($id)
121 121
             );
122 122
 
123 123
             return $this->redirectToRoute('questions_view_index');
Please login to merge, or discard this patch.