Skip to content

Commit

Permalink
Correct code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 11, 2019
1 parent 93835ba commit 3ac3d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function __toString()
*
* @return Config
*/
public static function fromServer(): Config
public static function fromServer(): self
{
$config = new self();

Expand Down

0 comments on commit 3ac3d3b

Please sign in to comment.