And a commit that I don't know the reason of...

This commit is contained in:
2025-05-12 14:43:47 -04:00
parent 7f7af2f3b4
commit 28dcc6a20d
5 changed files with 8 additions and 11 deletions

View File

@@ -66,10 +66,10 @@ class ControllerTest extends Unit
$fooController->patch($request);
}
}
// This is a dummy controller for testing purposes
// @codingStandardsIgnoreLine
class FooController extends Controller
{
}
}