Skip to content

Commit 86e4f46

Browse files
committed
Merge tag '1.0.2' into develop
create tag 1.0.2
2 parents a051bb3 + d160b5e commit 86e4f46

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 1.0.2
4+
- Remove AbstractStructArrayBase::getAttributeName() method due to fatal error on PHP <= 5.3
5+
36
## 1.0.1
47
- Interfaces' methods has been well declared as public
58
- Minor readme typo updates

src/AbstractStructArrayBase.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ abstract class AbstractStructArrayBase extends AbstractStructBase implements Str
1919
* @var int
2020
*/
2121
protected $internArrayOffset;
22-
/**
23-
* Method returning alone attribute name when class is *array* type
24-
* This method has been overridden in real-array struct class
25-
* @return string
26-
*/
27-
abstract public function getAttributeName();
2822
/**
2923
* Method alias to count
3024
* @uses ApiWsdlClass::count()

0 commit comments

Comments
 (0)