Skip to content

Commit

Permalink
Static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-janu committed Mar 10, 2022
1 parent 2e69805 commit 0a33432
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
use Http\Discovery\HttpClientDiscovery;
use Http\Discovery\MessageFactoryDiscovery;
use JanuSoftware\Facebook\Exception\SDKException;
use function Safe\sprintf;


class Client
Expand Down
1 change: 1 addition & 0 deletions src/Http/RequestBodyMultipart.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
namespace JanuSoftware\Facebook\Http;

use JanuSoftware\Facebook\FileUpload\File;
use function Safe\sprintf;

/**
* Some things copied from Guzzle.
Expand Down
1 change: 1 addition & 0 deletions src/Url/UrlManipulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

namespace JanuSoftware\Facebook\Url;

use function Safe\ksort;
use function Safe\parse_url;
use function Safe\preg_replace;

Expand Down

0 comments on commit 0a33432

Please sign in to comment.