Completed
Push — develop ( db0854...16e54b )
by
unknown
05:27
created
manager/processors/cache_sync.class.processor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
     /**
238 238
      * build siteCache file
239 239
      * @param DocumentParser $modx
240
-     * @return boolean success
240
+     * @return null|boolean success
241 241
      */
242 242
     public function buildCache($modx)
243 243
     {
Please login to merge, or discard this patch.
manager/frames/nodes.functions.inc.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -473,6 +473,9 @@
 block discarded – undo
473 473
     );
474 474
 }
475 475
 
476
+/**
477
+ * @return string
478
+ */
476 479
 function getNodeTitle($nodeNameSource, $row)
477 480
 {
478 481
     global $modx;
Please login to merge, or discard this patch.