From 435c88ba1660b19d47ac4fb4a7af059086edbe24 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 2 Dec 2015 03:16:56 -0500 Subject: [PATCH] Fix PHPCS violation --- src/Event/VersionListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Event/VersionListener.php b/src/Event/VersionListener.php index a41fa25..3e03316 100644 --- a/src/Event/VersionListener.php +++ b/src/Event/VersionListener.php @@ -73,7 +73,7 @@ protected function _fixVersionTables(Event $event) * * @param Event $event An Event instance * @param string $tableSuffix a suffix for the primary table - * @return boolean true if modified, false otherwise + * @return bool true if modified, false otherwise */ protected function _checkAssociation(Event $event, $tableSuffix) {