@@ -762,7 +762,7 @@ public function testAsArraySwapped()
762762
763763 public function testToArraySkipAttributesWithUnderscoreInFirstCharacter ()
764764 {
765- $ entity = new class () extends Entity {
765+ $ entity = new class () extends Entity {
766766 protected $ attributes = [
767767 '_foo ' => null ,
768768 'bar ' => null ,
@@ -923,7 +923,7 @@ public function testJsonSerializableEntity()
923923
924924 protected function getEntity ()
925925 {
926- return new class () extends Entity {
926+ return new class () extends Entity {
927927 protected $ attributes = [
928928 'foo ' => null ,
929929 'bar ' => null ,
@@ -963,7 +963,7 @@ public function getFakeBar()
963963
964964 protected function getMappedEntity ()
965965 {
966- return new class () extends Entity {
966+ return new class () extends Entity {
967967 protected $ attributes = [
968968 'foo ' => null ,
969969 'simple ' => null ,
@@ -994,7 +994,7 @@ protected function getSimple()
994994
995995 protected function getSwappedEntity ()
996996 {
997- return new class () extends Entity {
997+ return new class () extends Entity {
998998 protected $ attributes = [
999999 'foo ' => 'foo ' ,
10001000 'bar ' => 'bar ' ,
@@ -1015,7 +1015,7 @@ protected function getSwappedEntity()
10151015
10161016 protected function getCastEntity ($ data = null ): Entity
10171017 {
1018- return new class ($ data ) extends Entity {
1018+ return new class ($ data ) extends Entity {
10191019 protected $ attributes = [
10201020 'first ' => null ,
10211021 'second ' => null ,
@@ -1074,7 +1074,7 @@ public function setSeventh($seventh)
10741074
10751075 protected function getCastNullableEntity ()
10761076 {
1077- return new class () extends Entity {
1077+ return new class () extends Entity {
10781078 protected $ attributes = [
10791079 'string_null ' => null ,
10801080 'string_empty ' => null ,
@@ -1104,7 +1104,7 @@ protected function getCastNullableEntity()
11041104
11051105 protected function getCustomCastEntity ()
11061106 {
1107- return new class () extends Entity {
1107+ return new class () extends Entity {
11081108 protected $ attributes = [
11091109 'first ' => null ,
11101110 'second ' => null ,
0 commit comments