Skip to content

Commit

Permalink
Fixed PHPDoc code example in session/adapter/files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 2, 2019
1 parent 8de31f6 commit e08bd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/Session/Adapter/Files.zep
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use Phalcon\Session\Exception;
* 'savePath' => '/tmp',
* ]
* );
* $session->setHandler(new Files());
* $session->setHandler($files);
* </code>
*/
class Files extends Noop
Expand Down

0 comments on commit e08bd8e

Please sign in to comment.