Skip to content

Commit

Permalink
[CLEANUP] Fix code style error
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Jun 21, 2019
1 parent c921a3b commit 476ead3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Request/ProviderResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public function injectProviderRepository(\Sto\Mediaoembed\Domain\Repository\Prov
*
* @param \Sto\Mediaoembed\Domain\Model\Content $content
*/
public function initialize($content) {
public function initialize($content)
{
$this->url = $content->getUrl();
$this->checkIfUrlIsValid();

Expand Down

0 comments on commit 476ead3

Please sign in to comment.