Merge "Use correct comment format for codingStandardsIgnoreStart"
This commit is contained in:
commit
cf39dc03db
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ class BcryptPasswordTestCase extends PasswordTestCase {
|
|||
}
|
||||
|
||||
public static function providePasswordTests() {
|
||||
/** @codingStandardsIgnoreStart Generic.Files.LineLength.TooLong */
|
||||
// @codingStandardsIgnoreStart Generic.Files.LineLength
|
||||
return array(
|
||||
// Tests from glibc bcrypt implementation
|
||||
array( true, ':bcrypt:5$CCCCCCCCCCCCCCCCCCCCC.$E5YPO9kmyuRGyh0XouQYb4YMJKvyOeW', "U*U" ),
|
||||
|
|
@ -35,6 +35,6 @@ class BcryptPasswordTestCase extends PasswordTestCase {
|
|||
array( false, ':bcrypt:5$CCCCCCCCCCCCCCCCCCCCC.$E5YPO9kmyuRGyh0XouQYb4YMJKvyOeW', "UXU" ),
|
||||
array( false, ':bcrypt:5$CCCCCCCCCCCCCCCCCCCCC.$E5YPO9kmyuRGyh0XouQYb4YMJKvyOeW', "" ),
|
||||
);
|
||||
/** @codingStandardsIgnoreEnd */
|
||||
// @codingStandardsIgnoreEnd
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue