Passed
Push — master ( bf5e9f...ffe16a )
by Luiz Kim
02:23
created
src/Entity/Language.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
  * @ORM\EntityListeners({ControleOnline\Listener\LogListener::class}) 
25 25
  */
26 26
 
27
- #[ApiResource(
27
+    #[ApiResource(
28 28
     operations: [
29 29
         new Get(security: 'is_granted(\'ROLE_ADMIN\') or is_granted(\'ROLE_CLIENT\')'),
30 30
         new Put(
Please login to merge, or discard this patch.