Skip to content

Commit fe210ee

Browse files
committed
Fix CS error
1 parent 460634a commit fe210ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ public function getPrimaryNamespace(PackageInterface $package): string
259259
if (!$primaryNs) {
260260
throw new RuntimeException(
261261
sprintf(
262-
"Unable to get primary namespace for package %s." .
262+
'Unable to get primary namespace for package %s.' .
263263
"\nEnsure you have added proper 'autoload' section to your plugin's config" .
264-
" as stated in README on https://github.com/cakephp/plugin-installer",
264+
' as stated in README on https://github.com/cakephp/plugin-installer',
265265
$package->getName()
266266
)
267267
);

0 commit comments

Comments
 (0)