Completed
Push — master ( 3951a6...0d36ba )
by Peter
04:30
created
src/PluginFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
 	 * @param mixed[][] $configuration Configuration arrays
198 198
 	 * @param string|object $object Object or class name
199 199
 	 * @param null|string|string[] $interfaces Array or string of interface names or class names
200
-	 * @return mixed[] Array of plugin configs
200
+	 * @return \Generator Array of plugin configs
201 201
 	 * @yield mixed[] Array of plugin configs
202 202
 	 */
203 203
 	private function _getConfigs($configuration, $object, $interfaces = null)
Please login to merge, or discard this patch.