diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-26 11:20:40 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-26 11:20:40 +0100 |
commit | 31217c71fd0d47d236c61f5fa937c58cb6c3c510 (patch) | |
tree | b4a1aabfc5ac29999f40b0c081d1fb57ac515cb1 /REFLECTION | |
parent | fb1ec6c174829c4561d8e672d8ee475380323934 (diff) |
v4.0.3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #106 phalcon version 4.0.2 ] { +Extension [ <persistent> extension #106 phalcon version 4.0.3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -30644,7 +30644,7 @@ Extension [ <persistent> extension #106 phalcon version 4.0.2 ] { Method [ <internal:phalcon> public method onUncaughtException ] { - Parameters [1] { - Parameter #0 [ <required> Exception $exception ] + Parameter #0 [ <required> Throwable $exception ] } - Return [ bool ] } @@ -58758,7 +58758,7 @@ Extension [ <persistent> extension #106 phalcon version 4.0.2 ] { - Parameters [1] { Parameter #0 [ <required> string $name ] } - - Return [ Phalcon\Factory\ValidatorInterface ] + - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getAdapters ] { |