Ticket #862: phpuc-862.patch

File phpuc-862.patch, 1.0 KB (added by jorrit, 12 months ago)

patch against svn trunk

  • src/Tasks/PhpDocumentorTask.php

     
    141141            $command->getCommandId(), 
    142142            'c', 
    143143            'without-php-documentor', 
    144             'Disable phpDocumentor support.', 
    145             false 
     144            'Disable phpDocumentor support.' 
    146145        ); 
    147146         
    148147        if ( !$def->hasOption( $command->getCommandId(), 'source-dir' ) ) 
  • src/Tasks/PhpCodeSnifferTask.php

     
    125125            $command->getCommandId(), 
    126126            'f', 
    127127            'without-code-sniffer', 
    128             'Disable PHP CodeSniffer support.', 
    129             false 
     128            'Disable PHP CodeSniffer support.' 
    130129        ); 
    131130         
    132131        $def->addOption(