Commit 1a46da7
committed
[BUGFIX] Tune GranuarityInterface
GranuarityInterface is the main interface of
granularities. It should extend both \ArrayAccess
and \Countable directly and shouln't define
ArrayAccess methods like offsetExists() again.
This kinda fixes cogpowered#2
even though the PHP 5.3 problem is not an issue here anymore.1 parent b40acc8 commit 1a46da7
2 files changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
0 commit comments