Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / serialization / tests / src / Unit / Encoder / XmlEncoderTest.php
index a347982b372fd6cb0b43ca77910d9449d9683b2a..cbff14a9b45b6f28edc78dc1c30ead92eba715a0 100644 (file)
@@ -97,6 +97,7 @@ class XmlEncoderTest extends UnitTestCase {
 }
 
 class TestObject {
+
   public function getA() {
     return 'A';
   }