From 7b4633b58a083c25012828b507e734e10d1d83d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Sat, 5 Mar 2016 23:01:25 +0100 Subject: [PATCH] Fixed typo --- src/ORM/Association.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ORM/Association.php b/src/ORM/Association.php index 9936789cf6b..24bf7c3411e 100644 --- a/src/ORM/Association.php +++ b/src/ORM/Association.php @@ -680,7 +680,7 @@ public function find($type = null, array $options = []) /** * Proxies the operation to the target table's exists method after - * appending the default conditions for thisassociation + * appending the default conditions for this association * * @param array|callable|ExpressionInterface $conditions The conditions to use * for checking if any record matches.