@@ -875,8 +875,7 @@ class="x-editable"
875875 <span class="label label-success">yes</span>
876876 </span>
877877 </td>
878- EOT
879- ,
878+ EOT,
880879 FieldDescriptionInterface::TYPE_BOOLEAN ,
881880 true ,
882881 ['editable ' => true ],
@@ -895,8 +894,7 @@ class="x-editable"
895894 >
896895 <span class="label label-danger">no</span> </span>
897896 </td>
898- EOT
899- ,
897+ EOT,
900898 FieldDescriptionInterface::TYPE_BOOLEAN ,
901899 false ,
902900 ['editable ' => true ],
@@ -914,8 +912,7 @@ class="x-editable"
914912 data-source="[{value: 0, text: 'no'},{value: 1, text: 'yes'}]" >
915913 <span class="label label-danger">no</span> </span>
916914 </td>
917- EOT
918- ,
915+ EOT,
919916 FieldDescriptionInterface::TYPE_BOOLEAN ,
920917 null ,
921918 ['editable ' => true ],
@@ -1084,8 +1081,7 @@ class="x-editable"
10841081 Status1
10851082 </span>
10861083 </td>
1087- EOT
1088- ,
1084+ EOT,
10891085 FieldDescriptionInterface::TYPE_CHOICE ,
10901086 'Status1 ' ,
10911087 ['editable ' => true ],
@@ -1103,8 +1099,7 @@ class="x-editable"
11031099 data-source="[{"value":"Status1","text":"Alias1"},{"value":"Status2","text":"Alias2"},{"value":"Status3","text":"Alias3"}]" >
11041100 Alias1 </span>
11051101 </td>
1106- EOT
1107- ,
1102+ EOT,
11081103 FieldDescriptionInterface::TYPE_CHOICE ,
11091104 'Status1 ' ,
11101105 [
@@ -1130,8 +1125,7 @@ class="x-editable"
11301125
11311126 </span>
11321127 </td>
1133- EOT
1134- ,
1128+ EOT,
11351129 FieldDescriptionInterface::TYPE_CHOICE ,
11361130 null ,
11371131 [
@@ -1156,8 +1150,7 @@ class="x-editable"
11561150 NoValidKeyInChoices
11571151 </span>
11581152 </td>
1159- EOT
1160- ,
1153+ EOT,
11611154 FieldDescriptionInterface::TYPE_CHOICE ,
11621155 'NoValidKeyInChoices ' ,
11631156 [
@@ -1183,8 +1176,7 @@ class="x-editable"
11831176 Delete
11841177 </span>
11851178 </td>
1186- EOT
1187- ,
1179+ EOT,
11881180 FieldDescriptionInterface::TYPE_CHOICE ,
11891181 'Foo ' ,
11901182 [
@@ -1469,8 +1461,7 @@ class="sonata-readmore-btn btn-link"
14691461 data-action="click->sonata-readmore#toggle"></button>
14701462 </div>
14711463 </td>
1472- EOT
1473- ,
1464+ EOT,
14741465 FieldDescriptionInterface::TYPE_STRING ,
14751466 'A very long string ' ,
14761467 [
@@ -1492,8 +1483,7 @@ class="sonata-readmore-btn btn-link"
14921483 data-action="click->sonata-readmore#toggle"></button>
14931484 </div>
14941485 </td>
1495- EOT
1496- ,
1486+ EOT,
14971487 FieldDescriptionInterface::TYPE_STRING ,
14981488 'A very long string ' ,
14991489 [
@@ -1518,8 +1508,7 @@ class="x-editable"
15181508 Delete, Alias2
15191509 </span>
15201510 </td>
1521- EOT
1522- ,
1511+ EOT,
15231512 FieldDescriptionInterface::TYPE_CHOICE ,
15241513 [
15251514 'Status1 ' ,
@@ -2086,8 +2075,7 @@ class="sonata-readmore-btn btn-link"
20862075 data-action="click->sonata-readmore#toggle"></button>
20872076 </div>
20882077 </td>
2089- EOT
2090- ,
2078+ EOT,
20912079 FieldDescriptionInterface::TYPE_STRING ,
20922080 ' A very long string ' ,
20932081 [
@@ -2110,8 +2098,7 @@ class="sonata-readmore-btn btn-link"
21102098 data-action="click->sonata-readmore#toggle"></button>
21112099 </div>
21122100 </td>
2113- EOT
2114- ,
2101+ EOT,
21152102 FieldDescriptionInterface::TYPE_STRING ,
21162103 ' A very long string ' ,
21172104 [
0 commit comments