Showing 282 of 291 total issues
Line exceeds 120 characters; contains 122 characters Open
Open
// Filter out any clocks that have no start or finish time, this should probably throw an exception in debug mode?
- Exclude checks
Line exceeds 120 characters; contains 126 characters Open
Open
if ($this->filesystem->exists($currentWorkingDirectory) && $this->finder->in($currentWorkingDirectory)->count() > 0) {
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$command = sprintf('%s -S %s:%s -t %s',
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 12 Open
Open
$matches);
- Exclude checks
Expected 0 spaces after opening bracket; newline found Open
Open
if (
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
preg_match('/^(\d{4}-\d{2}-\d{2})-(.*)/', $this->fileInfo->getBasename('.'.$this->fileInfo->getExtension()),
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$cache = new Cache($project->currentWorkingDirectory.DIRECTORY_SEPARATOR.'.'.$project->environment.'_cache',
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
return sprintf('<info>%s</info> version <comment>%s</comment>, environment <comment>%s</comment>',
- Exclude checks
Expected 0 spaces after opening bracket; newline found Open
Open
if (
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
$this->getName(), $this->getVersion(), $this->tapestry['environment']);
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
$this->createInvalidationHash($project));
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
$this->getName(), $this->getVersion(), $this->tapestry['environment']);
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
$matches);
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 12 Open
Open
$this->createInvalidationHash($project));
- Exclude checks
The variable $YAMLPath is not named in camelCase. Open
Open
private function identifyConfigurationPath($configPath, $env = null)
{
$basePath = $configPath.DIRECTORY_SEPARATOR.'config'.(is_null($env) ? '' : ('-'.$env));
$PHPPath = $basePath.'.php';
$YAMLPath = $basePath.'.yaml';
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $YAMLPath is not named in camelCase. Open
Open
private function identifyConfigurationPath($configPath, $env = null)
{
$basePath = $configPath.DIRECTORY_SEPARATOR.'config'.(is_null($env) ? '' : ('-'.$env));
$PHPPath = $basePath.'.php';
$YAMLPath = $basePath.'.yaml';
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $YAMLPath is not named in camelCase. Open
Open
private function identifyConfigurationPath($configPath, $env = null)
{
$basePath = $configPath.DIRECTORY_SEPARATOR.'config'.(is_null($env) ? '' : ('-'.$env));
$PHPPath = $basePath.'.php';
$YAMLPath = $basePath.'.yaml';
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $PHPPath is not named in camelCase. Open
Open
private function identifyConfigurationPath($configPath, $env = null)
{
$basePath = $configPath.DIRECTORY_SEPARATOR.'config'.(is_null($env) ? '' : ('-'.$env));
$PHPPath = $basePath.'.php';
$YAMLPath = $basePath.'.yaml';
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $PHPPath is not named in camelCase. Open
Open
private function identifyConfigurationPath($configPath, $env = null)
{
$basePath = $configPath.DIRECTORY_SEPARATOR.'config'.(is_null($env) ? '' : ('-'.$env));
$PHPPath = $basePath.'.php';
$YAMLPath = $basePath.'.yaml';
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $PHPPath is not named in camelCase. Open
Open
private function identifyConfigurationPath($configPath, $env = null)
{
$basePath = $configPath.DIRECTORY_SEPARATOR.'config'.(is_null($env) ? '' : ('-'.$env));
$PHPPath = $basePath.'.php';
$YAMLPath = $basePath.'.yaml';
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}