Completed
Push — master ( 7c0139...9a411c )
by Daniel
11:04
created
model/menus/entity/item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
 	 * Checks if a url is an extension route
186 186
 	 *
187 187
 	 * @param string $item_url
188
-	 * @return true|false
188
+	 * @return boolean
189 189
 	 */
190 190
 	private function is_extension_route($item_url)
191 191
 	{
Please login to merge, or discard this patch.
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.