We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f4036 commit c4d21b9Copy full SHA for c4d21b9
src/Processors/RouteProcessor.php
@@ -86,10 +86,6 @@ protected function processRoute(Route $route)
86
87
$uri = Str::of($route->uri())->replaceMatches('/{([[:alnum:]]+)}/', ':$1');
88
89
- // if (!$uri->toString()) {
90
- // return [];
91
- // }
92
-
93
if ($this->config['include_doc_comments']) {
94
$description = (new DocBlockProcessor)($reflectionMethod);
95
}
tests/TestCase.php
@@ -2,8 +2,8 @@
2
3
namespace AndreasElia\PostmanGenerator\Tests;
4
5
-use AndreasElia\PostmanGenerator\Tests\Fixtures\ExampleController;
6
use AndreasElia\PostmanGenerator\Tests\Fixtures\AuditLogController;
+use AndreasElia\PostmanGenerator\Tests\Fixtures\ExampleController;
7
8
class TestCase extends \Orchestra\Testbench\TestCase
9
{
0 commit comments