Passed
Push — develop ( a3afc7...bb6909 )
by nguereza
01:39
created
src/PlatineFileSystem.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,13 +56,11 @@
 block discarded – undo
56 56
  * @class PlatineFileSystem
57 57
  * @package Platine\Dev
58 58
  */
59
-class PlatineFileSystem extends FileSystem
60
-{
59
+class PlatineFileSystem extends FileSystem {
61 60
     /**
62 61
      * Create new instance
63 62
      */
64
-    public function __construct()
65
-    {
63
+    public function __construct() {
66 64
         $this->scheme = 'platine-php';
67 65
 
68 66
         /* injecting components */
Please login to merge, or discard this patch.