File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ protected function createReferenceEvaluateUnknownIndex(Reference $reference)
5959
6060 protected function createReferenceEvaluateScalar (Reference $ reference )
6161 {
62- throw new EvaluateException ("Cannot read non-structured data by reference " );
62+ throw new EvaluateException ("Cannot read non-structured data by reference ' { $ reference -> getText ()} ' " );
6363 }
6464}
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ protected function createReferenceEvaluateUnknownIndex(Reference $reference)
6060
6161 protected function createReferenceEvaluateScalar (Reference $ reference )
6262 {
63- throw new EvaluateException ("Cannot test non-structured data by reference " );
63+ throw new EvaluateException ("Cannot test non-structured data by reference ' { $ reference -> getText ()} ' " );
6464 }
6565}
Original file line number Diff line number Diff line change @@ -117,6 +117,6 @@ protected function createReferenceEvaluateUnknownIndex(Reference $reference)
117117
118118 protected function createReferenceEvaluateScalar (Reference $ reference )
119119 {
120- throw new EvaluateException ("Cannot write non-structured data by reference " );
120+ throw new EvaluateException ("Cannot write non-structured data by reference ' { $ reference -> getText ()} ' " );
121121 }
122122}
You can’t perform that action at this time.
0 commit comments