Browse Source

Name dynamic finder prefix correctly

https://book.cakephp.org/4/en/orm/retrieving-data-and-resultsets.html#dynamic-finders
Marc Würth 5 years ago
parent
commit
7866099628
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Table.php

+ 1 - 1
src/ORM/Table.php

@@ -2498,7 +2498,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
     }
 
     /**
-     * Provides the dynamic findBy and findByAll methods.
+     * Provides the dynamic findBy and findAllBy methods.
      *
      * @param string $method The method name that was fired.
      * @param array $args List of arguments passed to the function.