Showing 2 of 6 total issues
Function exports
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(grunt) {
grunt.initConfig({
phpunit: {
unit: {
Method doRequest
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function doRequest($method, array $parameters = [], $doRequestAuth = false)
{
// We automatically append a few parameters here.
$parameters = array_merge(
[