Skip to content

Commit

Permalink
- v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlexIDK committed May 11, 2023
1 parent 421aa09 commit c9e35f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Phalcon IDE stubs

Current version: **v5.1.4**
Current version: **v5.2.1**

Other [tags](https://github.com/FlexIDK/phalcon-ide-stubs/tags):

- [5.1.3](https://github.com/FlexIDK/phalcon-ide-stubs/tree/5.2.1)
- [5.1.4](https://github.com/FlexIDK/phalcon-ide-stubs/tree/5.1.4)
- [5.1.3](https://github.com/FlexIDK/phalcon-ide-stubs/tree/5.1.3)
- [5.1.2](https://github.com/FlexIDK/phalcon-ide-stubs/tree/5.1.2)
- [5.1.1](https://github.com/FlexIDK/phalcon-ide-stubs/tree/5.1.1)
Expand All @@ -20,13 +22,15 @@ Other [tags](https://github.com/FlexIDK/phalcon-ide-stubs/tags):
- [4.1.2](https://github.com/FlexIDK/phalcon-ide-stubs/tree/4.1.2)
- [3.4.5](https://github.com/FlexIDK/phalcon-ide-stubs/tree/3.4.5)

## Phalcon source
## Source

- https://github.com/phalcon/cphalcon/
- https://github.com/zephir-lang/zephir
- https://github.com/zephir-lang/php-zephir-parser

## Security

If you discover any security related issues, please email eugene@krivoruchko.info instead of using the issue tracker.
If you discover any security related issues, please email [eugene@krivoruchko.info](mailto:eugene@krivoruchko.info) instead of using the issue tracker.

## License

Expand Down
2 changes: 1 addition & 1 deletion ide/Phalcon/Html/TagFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
* @method Meta meta(string $indent = ' ', string $delimiter = PHP_EOL)
* @method Ol ol(string $text, array $attributes = [], bool $raw = false)
* @method Script script(string $indent = ' ', string $delimiter = PHP_EOL)
* @method Stype style(string $indent = ' ', string $delimiter = PHP_EOL)
* @method Style style(string $indent = ' ', string $delimiter = PHP_EOL)
* @method Title title(string $indent = ' ', string $delimiter = PHP_EOL)
* @method Ul ul(string $text, array $attributes = [], bool $raw = false)
*/
Expand Down
4 changes: 2 additions & 2 deletions ide/Phalcon/Mvc/Micro.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function __construct(\Phalcon\Di\DiInterface $container = null)
/**
* Appends an 'after' middleware to be called after execute the route
*
* @param callable $handler
* @param callable|MiddlewareInterface $handler
* @return Micro
*/
public function after($handler): Micro
Expand All @@ -158,7 +158,7 @@ public function afterBinding($handler): Micro
/**
* Appends a before middleware to be called before execute the route
*
* @param callable $handler
* @param callable|MiddlewareInterface $handler
* @return Micro
*/
public function before($handler): Micro
Expand Down

0 comments on commit c9e35f4

Please sign in to comment.