Skip to content

Commit

Permalink
Adding doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Sep 6, 2015
1 parent 92cb2b8 commit 216d379
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Http/Routes/LogViewerRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*
* @package Arcanedev\LogViewer\Http\Routes
* @author ARCANEDEV <[email protected]>
*
* @codeCoverageIgnore
*/
class LogViewerRoute extends RouteRegister
{
Expand Down
2 changes: 2 additions & 0 deletions src/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*
* @package Arcanedev\LogViewer\Providers
* @author ARCANEDEV <[email protected]>
*
* @codeCoverageIgnore
*/
class RouteServiceProvider extends ServiceProvider
{
Expand Down
2 changes: 2 additions & 0 deletions tests/RoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
*
* @package Arcanedev\LogViewer\Tests
* @author ARCANEDEV <[email protected]>
*
* @todo: Find a way to test the route Classes with testbench (Find another tool if it's impossible).
*/
class RoutesTest extends TestCase
{
Expand Down

0 comments on commit 216d379

Please sign in to comment.