Skip to content

Commit

Permalink
Merge pull request #691 from Aerendir/dependabot/composer/vendor-bin/…
Browse files Browse the repository at this point in the history
…phpcs/dev/friendsofphp/php-cs-fixer-3.46.0

[PHP]: Update friendsofphp/php-cs-fixer requirement from 3.45.0 to 3.46.0 in /vendor-bin/phpcs
  • Loading branch information
kodiakhq[bot] authored Jan 4, 2024
2 parents 8fb24c4 + 86ceb97 commit d92f502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
* default configuration. Command line arguments will be applied
* after this file is read.
*/

use Phan\Issue;

return [
'target_php_version' => '7.4',
'minimum_severity' => \Phan\Issue::SEVERITY_LOW,
'minimum_severity' => Issue::SEVERITY_LOW,

// A list of directories that should be parsed for class and
// method information. After excluding the directories
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpcs/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require-dev": {
"friendsofphp/php-cs-fixer": "3.45.0",
"friendsofphp/php-cs-fixer": "3.46.0",
"serendipity_hq/phpcs-config": "1.2.5"
}
}

0 comments on commit d92f502

Please sign in to comment.