Completed
Push — develop ( 1387e8...f74656 )
by Daniel
13:07
created
services/blocks/blocks.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 	 * @param string $position
145 145
 	 * @param array $blocks
146 146
 	 * @param array $ex_positions
147
-	 * @param array $users_groups
147
+	 * @param integer[] $users_groups
148 148
 	 * @param array $display_modes
149 149
 	 * @param bool $edit_mode
150 150
 	 * @return array[]
Please login to merge, or discard this patch.
acp/menu_module.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace blitze\sitemaker\acp;
11 11
 
12
-use Symfony\Component\Yaml\Yaml;
13 12
 use blitze\sitemaker\services\menus\nestedset;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.