Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 20, 2017
1 parent 58b9598 commit d1fab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Yaml/lib/Horde/Yaml.php
Expand Up @@ -118,7 +118,7 @@ public static function loadFile($filename)
*/
public static function loadStream($stream)
{
if (! is_resource($stream) || get_resource_type($stream) != 'stream') {
if (!is_resource($stream) || get_resource_type($stream) != 'stream') {
throw new InvalidArgumentException('Stream must be a stream resource');
}

Expand Down

0 comments on commit d1fab2e

Please sign in to comment.