Skip to content

Commit

Permalink
code style hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Vorontsov committed Aug 27, 2023
1 parent 6a10616 commit c97ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
require '../vendor/autoload.php';

$stringFormatter = new StringFormatter();
echo ($stringFormatter->toUpperCase('get it up'));
echo ($stringFormatter->toUpperCase('get it up'));

0 comments on commit c97ed9e

Please sign in to comment.