Skip to content

Commit

Permalink
fixed class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dreanmer authored Oct 2, 2017
1 parent dca829e commit 9317b33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
use Phalcon\DiInterface;
use Phalcon\Mvc\Model as PhalconModel;

/**
* Class Model
* @package Frogg
*
* @method static static findFirstById(int $id)
*/
class Model extends PhalconModel
{
/** @return static */
public static function findFirstById($id)
{
return parent::findFirstById($id);
}

/**
* @param DiInterface|null $dependencyInjector
*
Expand Down

0 comments on commit 9317b33

Please sign in to comment.