diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 000000000..7d90ce1b5 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +fig-standards.localheinz.dev \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 000000000..e206d70d8 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/.idea/fig-standards.localheinz.dev.iml b/.idea/fig-standards.localheinz.dev.iml new file mode 100644 index 000000000..6b8184f8e --- /dev/null +++ b/.idea/fig-standards.localheinz.dev.iml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..1162f4382 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..3dbbbefee --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml new file mode 100644 index 000000000..922003b84 --- /dev/null +++ b/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..c80f2198b --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..417dba749 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1354455203281 + 1354455203281 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/accepted/PSR-0.md b/accepted/PSR-0.md index 94811aa47..7d98c9472 100644 --- a/accepted/PSR-0.md +++ b/accepted/PSR-0.md @@ -10,10 +10,10 @@ Mandatory * Each namespace can have as many sub-namespaces as it wishes. * Each namespace separator is converted to a `DIRECTORY_SEPARATOR` when loading from the file system. -* Each "\_" character in the CLASS NAME is converted to a - `DIRECTORY_SEPARATOR`. The "\_" character has no special meaning in the +* Each `_` character in the CLASS NAME is converted to a + `DIRECTORY_SEPARATOR`. The `_` character has no special meaning in the namespace. -* The fully-qualified namespace and class is suffixed with ".php" when +* The fully-qualified namespace and class is suffixed with `.php` when loading from the file system. * Alphabetic characters in vendor names, namespaces, and class names may be of any combination of lower case and upper case.