We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a730b1 commit d20d2fdCopy full SHA for d20d2fd
Gruntfile.js
@@ -118,6 +118,11 @@ module.exports = function(grunt) {
118
119
phpdocumentor : {
120
command : function() {
121
+
122
+ // FIXME: https://github.com/gomoob/php-pushwoosh/issues/52
123
+ // https://github.com/phpDocumentor/phpDocumentor2/issues/1602
124
+ fs.writeFileSync('vendor/dompdf/dompdf/dompdf_config.inc.php', '<?php ');
125
126
return 'php vendor/phpdocumentor/phpdocumentor/bin/phpdoc.php --target=build/reports/phpdocumentor --directory=src/main/php';
127
}
128
},
0 commit comments