Passed
Push — master ( c963bb...8fc68e )
by Stefan
07:42
created
core/SilverbulletCertificate.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
      * @throws Exception
286 286
      */
287 287
     public static function getCaEngine($type) {
288
-     switch ($type) {
288
+        switch ($type) {
289 289
             case \devices\Devices::SUPPORT_EMBEDDED_RSA:
290 290
                 $caEngine = new CertificationAuthorityEmbeddedRSA();
291 291
                 break;
Please login to merge, or discard this patch.