Skip to content

Commit

Permalink
[TASK] Make sonarqube happy
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jan 21, 2018
1 parent 8753094 commit ab4b1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class User extends FrontendUser
*
* @var string
*/
protected $passwordAutoGenerated = '';
protected $passwordAutoGenerated;

/**
* @return void
Expand Down
2 changes: 1 addition & 1 deletion Tests/Behaviour/Features/Bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FeatureContext extends MinkContext
*/
public function iWaitSeconds($seconds)
{
if (!is_numeric($seconds)) {
if ($seconds === 'a few') {
$seconds = 10;
}
sleep($seconds);
Expand Down

0 comments on commit ab4b1f5

Please sign in to comment.