Completed
Branch master (f0fd65)
by tsms
02:58
created
Console/Command/DotShell.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
  *
28 28
  * @param string $dot The contents for graphviz
29 29
  * @param string $destFile Name with full path to where file is to be created
30
- * @return bool|string Returns whatever shell_exec returns
30
+ * @return false|string Returns whatever shell_exec returns
31 31
  */
32 32
 	protected function _generatePng($dot, $destFile) {
33 33
 		if (!isset($dot)) {
Please login to merge, or discard this patch.