We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e487313 commit a98a6f7Copy full SHA for a98a6f7
makeDocs.php
@@ -30,6 +30,7 @@
30
include "vendor/skayo/phpdoc-md/bin/phpdocmd";
31
echo " Complete.\n";
32
33
+
34
// if git diff has no results, exit.
35
$diff = trim(exec("cd " . __DIR__ . "/docs && git diff --stat"));
36
if ($diff === "") {
0 commit comments