From 95fd5f841b7a03e92a5ccdcc21aa72723c03d083 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Mon, 17 Jul 2017 12:37:54 -0700 Subject: [PATCH] Fixes #1739: (Workaround) Pin the version of reflection-docblock to prevent syntax-checking problems with @usage tags. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e67802bc..2d4d5f5e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. This projec ## MASTER ### Fixed - Corrected the help text of `import:site`/`site:import` to call the params params rather than options. (#1718) +- Pin the version of reflection-docblock to prevent syntax-checking problems with @usage tags. (#1740) ### Added - Added a Collection::filter(callable) function. (#1725)