Skip to content

Commit

Permalink
Fix PHPDocumentor issue with dompdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Jun 26, 2016
1 parent 4a730b1 commit d20d2fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ module.exports = function(grunt) {

phpdocumentor : {
command : function() {

// FIXME: https://github.com/gomoob/php-pushwoosh/issues/52
// https://github.com/phpDocumentor/phpDocumentor2/issues/1602
fs.writeFileSync('vendor/dompdf/dompdf/dompdf_config.inc.php', '<?php ');

return 'php vendor/phpdocumentor/phpdocumentor/bin/phpdoc.php --target=build/reports/phpdocumentor --directory=src/main/php';
}
},
Expand Down

0 comments on commit d20d2fd

Please sign in to comment.