Skip to content

Commit 517cb51

Browse files
committed
1.0.2 - remove useless method in absrtact class
generates a fatal error on PHP <= 5.3, in any case, it will force inherited class to override it as it comes from the StructArrayInterface
1 parent 854ab0f commit 517cb51

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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)