Completed
Push — master ( 843748...74cd77 )
by Michael
19:14 queued 10:34
created
src/AesExp.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -25,14 +25,14 @@
 block discarded – undo
25 25
  * @link     https://github.com/mmeyer2k/dcrypt
26 26
  * @link     https://apigen.ci/github/mmeyer2k/dcrypt/namespace-Dcrypt.html
27 27
  */
28
-class AesExp extends Aes
29
-{
28
+class AesExp extends Aes
29
+{
30 30
 
31 31
     /**
32 32
      * Throw an invalid checksum exception.
33 33
      */
34
-    protected static function invalidChecksum()
35
-    {
34
+    protected static function invalidChecksum()
35
+    {
36 36
         $e = 'Decryption can not proceed due to invalid cyphertext checksum.';
37 37
         throw new \Exception($e);
38 38
     }
Please login to merge, or discard this patch.