Completed
Push — master ( 6428e9...f0e2d5 )
by Kacper
03:20
created
XmppClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
      * Registers module in client's dependency container.
208 208
      *
209 209
      * @param ClientModuleInterface $module Module to be registered
210
-     * @param bool|string|array     $alias  Module alias, class name by default.
210
+     * @param string|boolean     $alias  Module alias, class name by default.
211 211
      *                                      `true` for aliasing interfaces and parents too,
212 212
      *                                      `false` for aliasing as class name only
213 213
      *                                      array for multiple aliases,
Please login to merge, or discard this patch.