diff --git a/src/ORM/Connect/Database.php b/src/ORM/Connect/Database.php index 9a46eed03..bd2084c8c 100644 --- a/src/ORM/Connect/Database.php +++ b/src/ORM/Connect/Database.php @@ -752,7 +752,7 @@ abstract class Database /** * Commit everything inside this transaction so far - * + * * Boolean is returned if success state is known, or null if * unknown. Note: For error checking purposes null should not be treated as error. */ diff --git a/src/Security/Member.php b/src/Security/Member.php index 48356031b..0c6e4cddb 100644 --- a/src/Security/Member.php +++ b/src/Security/Member.php @@ -501,7 +501,7 @@ class Member extends DataObject /** * Generate an auto login token which can be used to reset the password, * at the same time hashing it and storing in the database. - * + * * @return string Token that should be passed to the client (but NOT persisted). */ public function generateAutologinTokenAndStoreHash() diff --git a/src/Security/RandomGenerator.php b/src/Security/RandomGenerator.php index 1895c9ff8..b0fc390cf 100644 --- a/src/Security/RandomGenerator.php +++ b/src/Security/RandomGenerator.php @@ -3,6 +3,7 @@ namespace SilverStripe\Security; use Exception; + /** * Convenience class for generating cryptographically secure pseudo-random strings/tokens */ diff --git a/src/View/Requirements.php b/src/View/Requirements.php index 58e30c0a2..f95607145 100644 --- a/src/View/Requirements.php +++ b/src/View/Requirements.php @@ -325,7 +325,7 @@ class Requirements implements Flushable * 'framework/javascript/lang' * @param bool $return Return all relative file paths rather than including them in * requirements - * + * * @return array */ public static function add_i18n_javascript($langDir, $return = false)