Skip to content

Commit

Permalink
Merge pull request #10607 from creative-commoners/pulls/5/broken-builds
Browse files Browse the repository at this point in the history
MNT Linting
  • Loading branch information
dhensby authored Dec 8, 2022
2 parents 53c0147 + 55f8fce commit bf440e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ORM/Connect/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ abstract public function transactionRollback($savepoint = false);

/**
* 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Security/Member.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ public function encryptWithUserSettings($string)
/**
* 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()
Expand Down
1 change: 1 addition & 0 deletions src/Security/RandomGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace SilverStripe\Security;

use Exception;

/**
* Convenience class for generating cryptographically secure pseudo-random strings/tokens
*/
Expand Down
2 changes: 1 addition & 1 deletion src/View/Requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public static function include_in_response(HTTPResponse $response)
* '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)
Expand Down

0 comments on commit bf440e4

Please sign in to comment.