Skip to content

Commit 429a885

Browse files
committed
Merge branch 'master' into 3.next
2 parents b3eb8cd + 82741ae commit 429a885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected function loadConfig()
104104
*
105105
* @param string $name The plugin name to locate a path for. Will return '' when a plugin cannot be found.
106106
* @return string
107-
* @throws Cake\Core\Exception\MissingPluginException when a plugin path cannot be resolved.
107+
* @throws \Cake\Core\Exception\MissingPluginException when a plugin path cannot be resolved.
108108
* @internal
109109
*/
110110
public function findPath($name)

0 commit comments

Comments
 (0)