We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460634a commit fe210eeCopy full SHA for fe210ee
1 file changed
src/Plugin.php
@@ -259,9 +259,9 @@ public function getPrimaryNamespace(PackageInterface $package): string
259
if (!$primaryNs) {
260
throw new RuntimeException(
261
sprintf(
262
- "Unable to get primary namespace for package %s." .
+ 'Unable to get primary namespace for package %s.' .
263
"\nEnsure you have added proper 'autoload' section to your plugin's config" .
264
- " as stated in README on https://github.com/cakephp/plugin-installer",
+ ' as stated in README on https://github.com/cakephp/plugin-installer',
265
$package->getName()
266
)
267
);
0 commit comments