Skip to content

Commit ce48c24

Browse files
committed
Remove \Countable interface (unnecessary)
1 parent 1f3f1df commit ce48c24

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/SciPhp/NdArray/Decorator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
namespace SciPhp\NdArray;
44

55
use ArrayAccess;
6-
use Countable;
76

87
/**
98
* Multiple inheritance for NdArray
109
*/
11-
abstract class Decorator implements ArrayAccess, Countable, IndexInterface
10+
abstract class Decorator implements ArrayAccess, IndexInterface
1211
{
1312
use ArithmeticTrait;
1413
use AttributeTrait;

0 commit comments

Comments
 (0)