Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 5, 2015
1 parent c83a192 commit f7d0cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/basics.php
Expand Up @@ -341,7 +341,8 @@ function __dxn($domain, $context, $singular, $plural, $count, $args = null)
*
* @return string Error message.
*/
function json_last_error_msg() {
function json_last_error_msg()
{
static $errors = array(
JSON_ERROR_NONE => '',
JSON_ERROR_DEPTH => 'Maximum stack depth exceeded',
Expand Down

0 comments on commit f7d0cef

Please sign in to comment.