Completed
Push — master ( 4ea525...0da2a9 )
by Peter
06:28
created
src/EmbeDi.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -141,6 +141,7 @@  discard block
 block discarded – undo
141 141
 	 * ```
142 142
 	 * In above example only one instance of `EmbeDi` is used.
143 143
 	 * @param string $instanceId
144
+	 * @param string $presetId
144 145
 	 * @return EmbeDi
145 146
 	 */
146 147
 	public static function fly($instanceId = EmbeDi::DefaultInstanceId, $presetId = null)
@@ -167,6 +168,7 @@  discard block
 block discarded – undo
167 168
 
168 169
 	/**
169 170
 	 * TODO Create AdaptersManager
171
+	 * @param Adapters\YiiAdapter[] $adapters
170 172
 	 */
171 173
 	public function setAdapters($adapters)
172 174
 	{
Please login to merge, or discard this patch.