Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Mar 8, 2015
1 parent b467f30 commit 012c4d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Arhframe/Yamlarh/Yamlarh.php
Expand Up @@ -80,7 +80,6 @@ public static function insertObject($value, $arrayToReturn)
}
$value = str_replace('/', '.', $value);
$value = str_replace('.', '\\', $value);
echo $value;
$object = new \ReflectionClass($value);
if (!empty($args)) {
return $object->newInstanceArgs($args);
Expand Down

0 comments on commit 012c4d7

Please sign in to comment.