瀏覽代碼

removed spaces auto added by IDE

MooseH 3 年之前
父節點
當前提交
1cd4e51871
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      src/GroupedEndpoints/GroupedEndpointsFromApp.php
  2. 0 1
      src/Writing/Writer.php

+ 0 - 1
src/GroupedEndpoints/GroupedEndpointsFromApp.php

@@ -264,7 +264,6 @@ class GroupedEndpointsFromApp implements GroupedEndpointsContract
         }
 
         $methodDocBlock = new DocBlock(u::getReflectedRouteMethod($routeControllerAndMethod)->getDocComment() ?: '');
-
         $shouldIgnoreMethod = collect($methodDocBlock->getTags())
             ->filter(function (Tag $tag) {
                 return Str::lower($tag->getName()) === 'hidefromapidocumentation';

+ 0 - 1
src/Writing/Writer.php

@@ -148,7 +148,6 @@ class Writer
 
     protected function performFinalTasksForLaravelType(): void
     {
-
         if (!is_dir($this->laravelTypeOutputPath)) {
             mkdir($this->laravelTypeOutputPath, 0777, true);
         }