Commit d1f32b05 authored by meus's avatar meus

adding missing ; at line 67

parent 7d1e0390
...@@ -63,6 +63,6 @@ class Doctrine_Parser_Json extends Doctrine_Parser ...@@ -63,6 +63,6 @@ class Doctrine_Parser_Json extends Doctrine_Parser
$json = json_decode($contents); $json = json_decode($contents);
return $json return $json;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment