We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9324e14 commit 223bb55Copy full SHA for 223bb55
1 file changed
src/Config.php
@@ -393,11 +393,11 @@ public function onProduction() : bool
393
* PDO. Use the formattedCredentials() method to get the formatted version of a particular
394
* relationship.
395
*
396
- * @param {string} name
+ * @param string name
397
* The name of the formatter. This may be any arbitrary alphanumeric string.
398
* @param {registerFormatterCallback} formatter
399
* A callback function that will format relationship credentials for a specific client library.
400
- * @return {Config}
+ * @return Config
401
* The called object, for chaining.
402
*/
403
public function registerFormatter(string $name, callable $formatter) : self
0 commit comments