Passed
Push — main ( 305d80...a9cad4 )
by Dimitri
03:37
created
src/Security/Encryption/Encryption.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -103,13 +103,13 @@
 block discarded – undo
103 103
         return $this->encrypter()->decrypt($data, $params);
104 104
     }
105 105
 
106
-	/**
107
-	 * {@inheritDoc}
108
-	 */
109
-	public function getKey(): string
110
-	{
111
-		return $this->encrypter()->getKey();
112
-	}
106
+    /**
107
+     * {@inheritDoc}
108
+     */
109
+    public function getKey(): string
110
+    {
111
+        return $this->encrypter()->getKey();
112
+    }
113 113
 
114 114
     /**
115 115
      * Initialiser ou réinitialiser un chiffreur
Please login to merge, or discard this patch.