Ticket #862: phpuc-862.patch
| File phpuc-862.patch, 1.0 KB (added by jorrit, 12 months ago) |
|---|
-
src/Tasks/PhpDocumentorTask.php
141 141 $command->getCommandId(), 142 142 'c', 143 143 'without-php-documentor', 144 'Disable phpDocumentor support.', 145 false 144 'Disable phpDocumentor support.' 146 145 ); 147 146 148 147 if ( !$def->hasOption( $command->getCommandId(), 'source-dir' ) ) -
src/Tasks/PhpCodeSnifferTask.php
125 125 $command->getCommandId(), 126 126 'f', 127 127 'without-code-sniffer', 128 'Disable PHP CodeSniffer support.', 129 false 128 'Disable PHP CodeSniffer support.' 130 129 ); 131 130 132 131 $def->addOption(
