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 @@ -1185,7 +1185,7 @@ protected function getMappedEntity()
1185
1185
'foo ' => null ,
1186
1186
'simple ' => null ,
1187
1187
];
1188
- protected $ _original = [
1188
+ protected $ original = [
1189
1189
'foo ' => null ,
1190
1190
'simple ' => null ,
1191
1191
];
@@ -1215,7 +1215,7 @@ protected function getSwappedEntity()
1215
1215
'foo ' => 'foo ' ,
1216
1216
'bar ' => 'bar ' ,
1217
1217
];
1218
- protected $ _original = [
1218
+ protected $ original = [
1219
1219
'foo ' => 'foo ' ,
1220
1220
'bar ' => 'bar ' ,
1221
1221
];
@@ -1234,7 +1234,7 @@ protected function getSimpleSwappedEntity()
1234
1234
'foo ' => 'foo ' ,
1235
1235
'bar ' => 'bar ' ,
1236
1236
];
1237
- protected $ _original = [
1237
+ protected $ original = [
1238
1238
'foo ' => 'foo ' ,
1239
1239
'bar ' => 'bar ' ,
1240
1240
];
@@ -1263,7 +1263,7 @@ protected function getCastEntity($data = null): Entity
1263
1263
'twelfth ' => null ,
1264
1264
'thirteenth ' => null ,
1265
1265
];
1266
- protected $ _original = [
1266
+ protected $ original = [
1267
1267
'first ' => null ,
1268
1268
'second ' => null ,
1269
1269
'third ' => null ,
@@ -1313,7 +1313,7 @@ protected function getCastNullableEntity()
1313
1313
'integer_0 ' => null ,
1314
1314
'string_value_not_null ' => 'value ' ,
1315
1315
];
1316
- protected $ _original = [
1316
+ protected $ original = [
1317
1317
'string_null ' => null ,
1318
1318
'string_empty ' => null ,
1319
1319
'integer_null ' => null ,
@@ -1341,7 +1341,7 @@ protected function getCustomCastEntity()
1341
1341
'third ' => null ,
1342
1342
'fourth ' => null ,
1343
1343
];
1344
- protected $ _original = [
1344
+ protected $ original = [
1345
1345
'first ' => null ,
1346
1346
'second ' => null ,
1347
1347
'third ' => null ,
You can’t perform that action at this time.
0 commit comments