Skip to content

Commit 547ef7f

Browse files
committed
s/PSR-0/PSR-4
1 parent 246ea87 commit 547ef7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/simplesamlphp-maintenance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ your own session handler. Your class **must** extend the `\SimpleSAML\Metadata\M
215215
and override the methods needed to change the backend used. This class **must** also be located in the
216216
`src/MetadataStore/` directory of your custom module.
217217

218-
Bear in mind that **your class name must follow the PSR-0 autoloading standard**. This means it needs to be
219-
named in a particular way, with the use of namespaces being the preferred convention. For example, if your
220-
module is named `mymodule` and your class is named `MyMetadataHandler`, you should define it like this:
218+
Bear in mind that **your class name must follow the PSR-4 autoloading standard**. This means it needs to be
219+
properly namespaced. For example, if your module is named `mymodule` and your class is named `MyMetadataHandler`,
220+
you should define it like this:
221221

222222
```php
223223
<?php

0 commit comments

Comments
 (0)