Passed
Push — master ( 16e074...4a97ac )
by Caen
03:14 queued 12s
created
packages/framework/src/Foundation/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         /*
23 23
          * Enable package auto-discovery.
24 24
          */
25
-        $this->app->singleton(PackageManifest::class, function (): PackageManifest {
25
+        $this->app->singleton(PackageManifest::class, function(): PackageManifest {
26 26
             return new PackageManifest(
27 27
                 new Filesystem,
28 28
                 $this->basePath(),
Please login to merge, or discard this patch.
packages/framework/src/Framework/HydeServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
         $this->app->singleton(AssetService::class, AssetService::class);
41 41
 
42
-        $this->app->singleton(MarkdownConverter::class, function (): MarkdownConverter {
42
+        $this->app->singleton(MarkdownConverter::class, function(): MarkdownConverter {
43 43
             return new MarkdownConverter();
44 44
         });
45 45
 
Please login to merge, or discard this patch.