Skip to content

Commit

Permalink
Merge pull request #14031 from Jeckerson/4.0.x
Browse files Browse the repository at this point in the history
Fixed PHPDoc code example in session/adapter/files
  • Loading branch information
sergeyklay authored May 2, 2019
2 parents 8de31f6 + e08bd8e commit 8a568e6
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 8a568e6

Please sign in to comment.