Skip to content

Commit

Permalink
Update phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Nov 17, 2023
1 parent d293638 commit fdf7f66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ endif
deps: ensuretarget
rm -rf ./vendor/*
($(COMPOSER) install -vvv --no-interaction)
curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/1.10.38/phpstan.phar \
curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/1.10.41/phpstan.phar \
&& chmod +x ./vendor/phpstan.phar

# Generate source code documentation
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.6
2.0.7
4 changes: 2 additions & 2 deletions src/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class Type
public const NEUTRAL = [
'B' => 'B', // Paragraph Separator
'S' => 'S', // Segment Separator
'WS' => 'WS', // Whitespace
'ON' => 'ON', // Other Neutrals
'WS' => 'WS', // Whitespace
'ON' => 'ON', // Other Neutrals
];

/**
Expand Down

0 comments on commit fdf7f66

Please sign in to comment.