Merge pull request #10607 from creative-commoners/pulls/5/broken-builds

MNT Linting
This commit is contained in:
Daniel Hensby 2022-12-08 10:19:33 +02:00 committed by GitHub
commit bf440e42e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -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.
*/

View File

@ -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()

View File

@ -3,6 +3,7 @@
namespace SilverStripe\Security;
use Exception;
/**
* Convenience class for generating cryptographically secure pseudo-random strings/tokens
*/

View File

@ -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)