Skip to content

Commit 598f108

Browse files
committed
update changelog, remove useless comment
1 parent 5aee394 commit 598f108

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

tests/StructEnumTest.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<?php
2-
/**
3-
* Created by PhpStorm.
4-
* User: mikael
5-
* Date: 17/01/19
6-
* Time: 00:20
7-
*/
82

93
namespace 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+
}

0 commit comments

Comments
 (0)