File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.0.4 - 2020-05-14
4+ - Pull request #29 - Transform HTTP headers from stream context options to array
5+ - Update Travis CI PHP Matrix
6+ - Use better Docker configuration
7+ - Introduce StructEnumInterface and AbstractStructEnumBase from which generated Enum classes should inherit
8+ - Add __ toString method to AbstractStructBase and AbstractSoapClientBase classes
9+
310## 2.0.3 - 2019-01-10
411- Issue #25 - Enhancement: Improve output from running php-cs-fixer
512- Issue #26 - Enhancement: Keep packages sorted in composer.json
Original file line number Diff line number Diff line change 11<?php
2- /**
3- * Created by PhpStorm.
4- * User: mikael
5- * Date: 17/01/19
6- * Time: 00:20
7- */
82
93namespace WsdlToPhp \PackageBase \Tests ;
104
@@ -34,4 +28,4 @@ public function testValueIsValidMustReturnFalse()
3428 $ this ->assertFalse (StructEnumObject::valueIsValid ('1 ' ));
3529 $ this ->assertFalse (StructEnumObject::valueIsValid ((string ) StructEnumObject::ONE ));
3630 }
37- }
31+ }
You can’t perform that action at this time.
0 commit comments