Skip to content

Commit 6fd89e3

Browse files
committed
qa: apply laminas-coding-standard, and ensure CS and tests pass
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
1 parent 9497550 commit 6fd89e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+814
-854
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.phpcs-cache
12
/clover.xml
23
/coveralls-upload.json
34
/phpunit.xml

bin/bcrypt.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/usr/bin/env php
22
<?php
33

4-
/**
5-
* @see https://github.com/laminas-api-tools/api-tools-oauth2 for the canonical source repository
6-
* @copyright https://github.com/laminas-api-tools/api-tools-oauth2/blob/master/COPYRIGHT.md
7-
* @license https://github.com/laminas-api-tools/api-tools-oauth2/blob/master/LICENSE.md New BSD License
8-
*/
9-
104
use Laminas\Crypt\Password\Bcrypt;
115

126
$autoload = realpath(__DIR__ . '/../vendor/autoload.php');
@@ -23,7 +17,7 @@
2317

2418
include $autoload;
2519

26-
$help = <<< EOH
20+
$help = <<<EOH
2721
Usage:
2822
php bcrypt.php <password> [cost]
2923

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"laminas/laminas-crypt": "^3.4",
3232
"laminas/laminas-http": "^2.13",
3333
"laminas/laminas-mvc": "^2.7.15 || ^3.0.2",
34+
"laminas/laminas-mvc-i18n": "^1.2",
3435
"laminas/laminas-servicemanager": "^2.7.6 || ^3.1",
3536
"laminas/laminas-zendframework-bridge": "^1.1"
3637
},

composer.lock

Lines changed: 166 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)