Skip to content

Commit f60c227

Browse files
authored
Merge pull request #190 from LExpress/revert-187-patch-1
Revert "add echoln function to lib/yaml/sfYaml.class.php"
2 parents db28e96 + e289cdd commit f60c227

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/yaml/sfYaml.class.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,3 @@ protected static function arrayConvertEncoding(array $result, $encoding)
165165
return $convertedResult;
166166
}
167167
}
168-
169-
/**
170-
* Wraps echo to automatically provide a newline.
171-
*
172-
* @param string $string The string to echo with new line
173-
*/
174-
function echoln($string)
175-
{
176-
echo $string."\n";
177-
}

0 commit comments

Comments
 (0)