Skip to content

Released ECS 13.2.8

Choose a tag to compare

@TomasVotruba TomasVotruba released this 22 Jul 15:49

What's new

🐛 Fix autoloading of nested paths

🐛 Match method-name docblock descriptions containing articles

-/**
- * Get the API helper.
- *
+/**
  * @return object
  */
 public function getApiHelper()

Drops a/an/the (word-boundary) before comparing description to method name.

📖 Document passing paths as CLI arguments in README

vendor/bin/ecs src tests