adding missing ; at line 67
This commit is contained in:
parent
7d1e03901a
commit
d1f32b05a6
1 changed files with 2 additions and 2 deletions
|
@ -63,6 +63,6 @@ class Doctrine_Parser_Json extends Doctrine_Parser
|
|||
|
||||
$json = json_decode($contents);
|
||||
|
||||
return $json
|
||||
return $json;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue