app/Http/Resources/Slang.php
Remove this commented out code. Open
Open
// return parent::toArray($request);
- Read upRead up
- Exclude checks
Programmers should not comment out code as it bloats programs and reduces readability.
Unused code should be deleted and can be retrieved from source control history if required.
See
- MISRA C:2004, 2.4 - Sections of code should not be "commented out".
- MISRA C++:2008, 2-7-2 - Sections of code shall not be "commented out" using C-style comments.
- MISRA C++:2008, 2-7-3 - Sections of code should not be "commented out" using C++ comments.
- MISRA C:2012, Dir. 4.4 - Sections of code should not be "commented out"
Line indented incorrectly; expected at least 8 spaces, found 7 Open
Open
return [
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 7 Open
Open
];
- Exclude checks