We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb7334 commit 2596ea0Copy full SHA for 2596ea0
1 file changed
CHANGELOG.md
@@ -76,8 +76,9 @@ you spot any mistakes.
76
([#72](https://github.com/clue/graph/issues/72))
77
78
* BC break: Remove all occurances of `getNumberOfVertices()` and
79
- `getNumberOfEdges` ([#75](https://github.com/clue/graph/issues/75) and
+ `getNumberOfEdges()` ([#75](https://github.com/clue/graph/issues/75) and
80
[#48](https://github.com/clue/graph/issues/48)):
81
+
82
| Old name | New name |
83
|---|---|
84
| `$set->getNumberOfVertices()` | `count($set->getVertices())` |
0 commit comments