Passed
Push — main ( e8aeda...1a1ce5 )
by Dimitri
14:44 queued 09:57
created
src/Controllers/ResourceController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -18,11 +18,11 @@
 block discarded – undo
18 18
  */
19 19
 class ResourceController extends RestController
20 20
 {
21
-	protected string $returnFormat = '';
21
+    protected string $returnFormat = '';
22 22
 
23
-	/**
24
-	 * {@inheritDoc}
25
-	 */
23
+    /**
24
+     * {@inheritDoc}
25
+     */
26 26
     public function __construct()
27 27
     {
28 28
         parent::__construct();
Please login to merge, or discard this patch.