File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1164,7 +1164,7 @@ protected function getMappedEntity()
1164
1164
'foo ' => null ,
1165
1165
'simple ' => null ,
1166
1166
];
1167
- protected $ _original = [
1167
+ protected $ original = [
1168
1168
'foo ' => null ,
1169
1169
'simple ' => null ,
1170
1170
];
@@ -1194,7 +1194,7 @@ protected function getSwappedEntity()
1194
1194
'foo ' => 'foo ' ,
1195
1195
'bar ' => 'bar ' ,
1196
1196
];
1197
- protected $ _original = [
1197
+ protected $ original = [
1198
1198
'foo ' => 'foo ' ,
1199
1199
'bar ' => 'bar ' ,
1200
1200
];
@@ -1213,7 +1213,7 @@ protected function getSimpleSwappedEntity()
1213
1213
'foo ' => 'foo ' ,
1214
1214
'bar ' => 'bar ' ,
1215
1215
];
1216
- protected $ _original = [
1216
+ protected $ original = [
1217
1217
'foo ' => 'foo ' ,
1218
1218
'bar ' => 'bar ' ,
1219
1219
];
@@ -1242,7 +1242,7 @@ protected function getCastEntity($data = null): Entity
1242
1242
'twelfth ' => null ,
1243
1243
'thirteenth ' => null ,
1244
1244
];
1245
- protected $ _original = [
1245
+ protected $ original = [
1246
1246
'first ' => null ,
1247
1247
'second ' => null ,
1248
1248
'third ' => null ,
@@ -1292,7 +1292,7 @@ protected function getCastNullableEntity()
1292
1292
'integer_0 ' => null ,
1293
1293
'string_value_not_null ' => 'value ' ,
1294
1294
];
1295
- protected $ _original = [
1295
+ protected $ original = [
1296
1296
'string_null ' => null ,
1297
1297
'string_empty ' => null ,
1298
1298
'integer_null ' => null ,
@@ -1320,7 +1320,7 @@ protected function getCustomCastEntity()
1320
1320
'third ' => null ,
1321
1321
'fourth ' => null ,
1322
1322
];
1323
- protected $ _original = [
1323
+ protected $ original = [
1324
1324
'first ' => null ,
1325
1325
'second ' => null ,
1326
1326
'third ' => null ,
You can’t perform that action at this time.
0 commit comments