Skip to content

Commit

Permalink
Missed strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Sep 3, 2024
1 parent 4b2a27b commit 704281e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

namespace Amp\Http\Client\GuzzleAdapter;

Expand Down

0 comments on commit 704281e

Please sign in to comment.