We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96dee9 commit 1f1f884Copy full SHA for 1f1f884
src/PhpFlickr.php
@@ -283,7 +283,7 @@ public function getOauthService($callbackUrl = 'oob')
283
$factory->setHttpClient(new CurlClient());
284
$storage = $this->getOauthTokenStorage();
285
$this->oauthService = $factory->createService('Flickr', $credentials, $storage);
286
- assert( $this->oauthService instanceof PhpFlickrService );
+ assert($this->oauthService instanceof PhpFlickrService);
287
return $this->oauthService;
288
}
289
0 commit comments