Completed
Pull Request — master (#6804)
by Simon
12:04
created
src/Security/Authenticator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
      * Remove a previously registered authenticator
136 136
      *
137 137
      * @param string $authenticator Name of the authenticator class to register
138
-     * @return bool Returns TRUE on success, FALSE otherwise.
138
+     * @return boolean|null Returns TRUE on success, FALSE otherwise.
139 139
      * @deprecated Use Authenticator.authentticators instead.
140 140
      */
141 141
     public static function unregister_authenticator($authenticator)
Please login to merge, or discard this patch.