Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Quality: Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 13, 2017
1 parent e93fbf7 commit ead2f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Filter/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ public static function register(
public static function append(
$stream,
$name,
$mode = self::READ, $parameters = null
$mode = self::READ,
$parameters = null
) {
if ($stream instanceof Stream) {
$stream = $stream->getStream();
Expand Down

0 comments on commit ead2f53

Please sign in to comment.