Skip to content

Commit c4d21b9

Browse files
committed
cleanup
1 parent 42f4036 commit c4d21b9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Processors/RouteProcessor.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ protected function processRoute(Route $route)
8686

8787
$uri = Str::of($route->uri())->replaceMatches('/{([[:alnum:]]+)}/', ':$1');
8888

89-
// if (!$uri->toString()) {
90-
// return [];
91-
// }
92-
9389
if ($this->config['include_doc_comments']) {
9490
$description = (new DocBlockProcessor)($reflectionMethod);
9591
}

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace AndreasElia\PostmanGenerator\Tests;
44

5-
use AndreasElia\PostmanGenerator\Tests\Fixtures\ExampleController;
65
use AndreasElia\PostmanGenerator\Tests\Fixtures\AuditLogController;
6+
use AndreasElia\PostmanGenerator\Tests\Fixtures\ExampleController;
77

88
class TestCase extends \Orchestra\Testbench\TestCase
99
{

0 commit comments

Comments
 (0)