Skip to content

Commit

Permalink
Merge pull request #1072 from xboston/patch-8
Browse files Browse the repository at this point in the history
Update metadata.c
  • Loading branch information
Phalcon committed Aug 13, 2013
2 parents b0d1aab + 9f06dfa commit c7fafb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/mvc/model/metadata.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
+------------------------------------------------------------------------+
| Phalcon Framework |
Expand Down Expand Up @@ -320,7 +319,7 @@ PHP_METHOD(Phalcon_Mvc_Model_MetaData, getStrategy){
* Reads the complete meta-data for certain model
*
*<code>
* print_r($metaData->readMetaData(new Robots());
* print_r($metaData->readMetaData(new Robots()));
*</code>
*
* @param Phalcon\Mvc\ModelInterface $model
Expand Down

0 comments on commit c7fafb4

Please sign in to comment.