Showing 282 of 291 total issues
Line exceeds 120 characters; contains 147 characters Open
Open
throw new InvalidConsoleInputException('There was an error while identifying the site directory, do you have read/write permissions?');
- Exclude checks
Line exceeds 120 characters; contains 121 characters Open
Open
// If the current working directory does not exist, do nothing and exit. This is often due to a borked --site-dir
- Exclude checks
Line exceeds 120 characters; contains 139 characters Open
Open
$tempFilename = dirname($this->currentPharFileName).DIRECTORY_SEPARATOR.basename($this->currentPharFileName, '.phar').'-temp.phar';
- Exclude checks
Line exceeds 120 characters; contains 124 characters Open
Open
private function iterateProjectContentTypes(ContentTypeFactory $contentTypes, Project $project, OutputInterface $output)
- Exclude checks
Line exceeds 120 characters; contains 206 characters Open
Open
new InputOption('clean-backups', null, InputOption::VALUE_NONE, 'Delete old backups during an update. This makes the current version of tapestry the only backup available after the update'),
- Exclude checks
Line exceeds 120 characters; contains 181 characters Open
Open
new InputOption('--verbose', '-v|vv|vvv', InputOption::VALUE_NONE, 'Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug'),
- Exclude checks
Line exceeds 120 characters; contains 163 characters Open
Open
$pathName = (! empty($this->getFileInfo()->getRelativePathname())) ? $this->getFileInfo()->getRelativePathname() : $this->getFileInfo()->getPathname();
- Exclude checks
Line exceeds 120 characters; contains 123 characters Open
Open
* Note: This Step should ALWAYS be loaded after the LoadSourceFiles step. This is because it exports $project['files']
- Exclude checks
Line exceeds 120 characters; contains 202 characters Open
Open
$report[$name]['memory_peak'] = ($report[$name]['START_memory_peak'] < $report[$name]['FINISH_memory_peak']) ? $report[$name]['FINISH_memory_peak'] : $report[$name]['START_memory_peak'];
- Exclude checks
Line exceeds 120 characters; contains 155 characters Open
Open
new InputOption('--no-write', false, InputOption::VALUE_NONE, 'When set Tapestry will build the state but not commit to the file system.'),
- Exclude checks
Line exceeds 120 characters; contains 128 characters Open
Open
if ($this->input->getOption('force') === false && Comparator::greaterThanOrEqualTo(Tapestry::VERSION, $latestVersion)) {
- Exclude checks
Line exceeds 120 characters; contains 129 characters Open
Open
$downloadToPath = $this->scratchDirectoryPath.DIRECTORY_SEPARATOR.pathinfo($latestVersionDownloadUrl, PATHINFO_BASENAME);
- Exclude checks
Line exceeds 120 characters; contains 156 characters Open
Open
$this->output->writeln('Starting development server on: <info>'.$this->input->getOption('host').':'.$this->input->getOption('port').'</info>.');
- Exclude checks
Line exceeds 120 characters; contains 123 characters Open
Open
new InputOption('force', 'f', InputOption::VALUE_NONE, 'Force update even if you have the latest version'),
- Exclude checks
Line exceeds 120 characters; contains 127 characters Open
Open
if ($this->definition->hasShortcut($name[0]) && $this->definition->getOptionForShortcut($name[0])->acceptValue()) {
- Exclude checks
Line exceeds 120 characters; contains 125 characters Open
Open
// If the page calling this generator is, itself an index then we need to strip {filename} from the $template
- Exclude checks
Line exceeds 120 characters; contains 136 characters Open
Open
$file->setRendered(false); // Set rendered to false so that within Compile.php's Execute Renderers loop it gets re-rendered
- Exclude checks
Line exceeds 120 characters; contains 124 characters Open
Open
// Segment $paginationItems into n segments based upon perPage and create a clone of the file with that page's items
- Exclude checks
Line exceeds 120 characters; contains 126 characters Open
Open
// or generate an array of File's we then continue the generation with a while loop until all generators have been
- Exclude checks
Line exceeds 120 characters; contains 123 characters Open
Open
// is to be used for pagination and taxonomy output where pages are generated that do not exist in the source path.
- Exclude checks