Skip to content

Commit 223bb55

Browse files
committed
Docfix.
1 parent 9324e14 commit 223bb55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,11 @@ public function onProduction() : bool
393393
* PDO. Use the formattedCredentials() method to get the formatted version of a particular
394394
* relationship.
395395
*
396-
* @param {string} name
396+
* @param string name
397397
* The name of the formatter. This may be any arbitrary alphanumeric string.
398398
* @param {registerFormatterCallback} formatter
399399
* A callback function that will format relationship credentials for a specific client library.
400-
* @return {Config}
400+
* @return Config
401401
* The called object, for chaining.
402402
*/
403403
public function registerFormatter(string $name, callable $formatter) : self

0 commit comments

Comments
 (0)