JoseCage/kallun-api

View on GitHub
routes/api.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 5 of 5 total issues

Define a constant instead of duplicating this literal "prefix" 3 times.
Open

Route::group(['prefix' => 'v1', 'namespace' => 'API'], function() {
Severity: Critical
Found in routes/api.php by sonar-php

Expected 1 space after FUNCTION keyword; 0 found
Open

Route::group(['prefix' => 'auth', 'namespace' => 'Auth'], function($auth) {
Severity: Minor
Found in routes/api.php by phpcodesniffer

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

});
Severity: Minor
Found in routes/api.php by phpcodesniffer

Expected 1 space after FUNCTION keyword; 0 found
Open

Route::group(['prefix' => 'v1', 'namespace' => 'API'], function() {
Severity: Minor
Found in routes/api.php by phpcodesniffer

Expected 1 space after FUNCTION keyword; 0 found
Open

Route::group(['prefix' => 'slangs'], function($slang) {
Severity: Minor
Found in routes/api.php by phpcodesniffer
Category
Status