Skip to content

Commit 4e8701a

Browse files
committed
Use _PhpArkitect prefix to avoid confusion with project namespace
https://claude.ai/code/session_01R4VMqad8oVQw3g1HPwPp8G
1 parent f0e7bba commit 4e8701a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scoper.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
return [
6-
'prefix' => 'PhpArkitect',
6+
'prefix' => '_PhpArkitect',
77

88
'expose-global-constants' => true,
99
'expose-global-classes' => true,

0 commit comments

Comments
 (0)