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 6b72859 commit 0cd79d8Copy full SHA for 0cd79d8
src/JsPhpize/Nodes/Block.php
@@ -51,10 +51,6 @@ public function let($variable, $prefix)
51
52
public function addNodes($nodes)
53
{
54
- if ($nodes === array('$b')) {
55
- throw new \Exception("Error Processing Request", 1);
56
-
57
- }
58
$nodes = array_filter(is_array($nodes) ? $nodes : func_get_args());
59
$this->nodes = array_merge($this->nodes, $nodes);
60
}
0 commit comments