File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/JsPhpize/Compiler/Helpers Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function ($base) {
101
101
return $base;
102
102
};
103
103
104
- if (!class_exists(' JsPhpizeDotCarrier' )) {
104
+ if (!class_exists(JsPhpizeDotCarrier:: class )) {
105
105
class JsPhpizeDotCarrier extends \ArrayObject
106
106
{
107
107
public function getValue ()
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ function (&$base) {
104
104
return $result;
105
105
};
106
106
107
- if (!class_exists(' JsPhpizeDotCarrier' )) {
107
+ if (!class_exists(JsPhpizeDotCarrier:: class )) {
108
108
class JsPhpizeDotCarrier extends \ArrayObject
109
109
{
110
110
public function getValue ()
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ function ($base) {
98
98
return $base;
99
99
};
100
100
101
- if (!class_exists(' JsPhpizeDotCarrier' )) {
101
+ if (!class_exists(JsPhpizeDotCarrier:: class )) {
102
102
class JsPhpizeDotCarrier extends \ArrayObject
103
103
{
104
104
public function getValue ()
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function (&$base) {
101
101
return $result;
102
102
};
103
103
104
- if (!class_exists(' JsPhpizeDotCarrier' )) {
104
+ if (!class_exists(JsPhpizeDotCarrier:: class )) {
105
105
class JsPhpizeDotCarrier extends \ArrayObject
106
106
{
107
107
public function getValue ()
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ function ($base) {
180
180
return $base;
181
181
};
182
182
183
- if (!class_exists(' JsPhpizeDotCarrier' )) {
183
+ if (!class_exists(JsPhpizeDotCarrier:: class )) {
184
184
class JsPhpizeDotCarrier extends \ArrayObject
185
185
{
186
186
public function getValue ()
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ function (&$base) {
183
183
return $result;
184
184
};
185
185
186
- if (!class_exists(' JsPhpizeDotCarrier' )) {
186
+ if (!class_exists(JsPhpizeDotCarrier:: class )) {
187
187
class JsPhpizeDotCarrier extends \ArrayObject
188
188
{
189
189
public function getValue ()
You can’t perform that action at this time.
0 commit comments