Skip to content

Commit

Permalink
fix sniffer usage
Browse files Browse the repository at this point in the history
  • Loading branch information
netcode committed Apr 16, 2017
1 parent 96aa141 commit 415dae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Normalizers/NormalizeSerialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function run()
return $this->value;
}

$result = (new Sniffer())->sniff($this->value, 'serialize');
$result = (new Sniffer())->is($this->value, 'serialize');
if (! $result) {
return $this->value;
}
Expand Down

0 comments on commit 415dae0

Please sign in to comment.