Merge pull request #8674 from open-sausages/pulls/4/update-session-php-doc

Correct session doc typo
This commit is contained in:
Robbie Averill 2018-12-14 08:25:53 +00:00 committed by GitHub
commit b8e63e215e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ use SilverStripe\Dev\Deprecation;
* You can also get all the values in the session at once. This is useful for debugging. * You can also get all the values in the session at once. This is useful for debugging.
* *
* <code> * <code>
* $session::getAll(); // returns an array of all the session values. * $session->getAll(); // returns an array of all the session values.
* </code> * </code>
* *
* <b>Clearing Data</b> * <b>Clearing Data</b>