Skip to content

Commit

Permalink
rm spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Dec 15, 2024
1 parent b96dee9 commit 1f1f884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpFlickr.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function getOauthService($callbackUrl = 'oob')
$factory->setHttpClient(new CurlClient());
$storage = $this->getOauthTokenStorage();
$this->oauthService = $factory->createService('Flickr', $credentials, $storage);
assert( $this->oauthService instanceof PhpFlickrService );
assert($this->oauthService instanceof PhpFlickrService);
return $this->oauthService;
}

Expand Down

0 comments on commit 1f1f884

Please sign in to comment.