Completed
Push — master ( e581ca...436d2e )
by Daniel
08:58
created
model/blocks/mapper/routes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	}
47 47
 
48 48
 	/**
49
-	 * @param array|\blitze\sitemaker\model\blocks\entity\route $condition
49
+	 * @param \blitze\sitemaker\model\blocks\entity\route $condition
50 50
 	 */
51 51
 	public function delete($condition)
52 52
 	{
Please login to merge, or discard this patch.
model/menus/entity/item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
 
181 181
 	/**
182 182
 	 * @param string $item_url
183
-	 * @return true|false
183
+	 * @return boolean
184 184
 	 */
185 185
 	private function is_local($item_url)
186 186
 	{
Please login to merge, or discard this patch.