Skip to content

Commit fdf9c2e

Browse files
Merge pull request #9654 from nextcloud/backport/9646/stable25
[stable25] Typo in class loader `PSR-4` instead of `PSR-0`
2 parents cf09605 + 744c3a1 commit fdf9c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

developer_manual/digging_deeper/classloader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The classloader is provided by Nextcloud and loads all your classes automaticall
1010
PSR-4 autoloading
1111
-----------------
1212

13-
Nextcloud uses a :ref:`PSR-0 autoloader<psr4>`. The namespace **\\OCA\\MyApp**
13+
Nextcloud uses a :ref:`PSR-4 autoloader<psr4>`. The namespace **\\OCA\\MyApp**
1414
is mapped to :file:`/apps/myapp/lib/`. Afterwards normal PSR-4 rules apply, so
1515
a folder is a namespace section in the same casing and the class name matches
1616
the file name.

0 commit comments

Comments
 (0)