We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd54b commit 1b34197Copy full SHA for 1b34197
src/JsPhpize/Compiler/Helpers/Dot.h
@@ -8,7 +8,7 @@ function ($base) {
8
: (method_exists($base, $method = "get" . ucfirst($key))
9
? $base->$method()
10
: (method_exists($base, $key)
11
- ? $base->$key()
+ ? array($base, $key)
12
: null
13
)
14
0 commit comments