Skip to content

Commit

Permalink
chore(deps): update phpcs
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Dec 23, 2021
1 parent 61ebaa2 commit dff3b04
Show file tree
Hide file tree
Showing 31 changed files with 36 additions and 63 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@
},
"suggest": {
"php-standard-library/psalm-plugin": "Psalm integration"
},
"config": {
"allow-plugins": {
"infection/extension-installer": false
}
}
}
65 changes: 31 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Psl/Exception/OutOfBoundsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

class OutOfBoundsException extends OutOfBoundsRootException implements ExceptionInterface
{

}
1 change: 0 additions & 1 deletion src/Psl/File/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

interface ExceptionInterface extends Exception\ExceptionInterface
{

}
1 change: 0 additions & 1 deletion tests/unit/Dict/UniqueScalarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

final class UniqueScalarTest extends TestCase
{

public function testUniqueScalars(): void
{
$array = Vec\fill(10, 'foo');
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Iter/ContainsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

final class ContainsTest extends TestCase
{

/**
* @template T
*
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/AsinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class AsinTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/Atan2Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class Atan2Test extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/AtanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class AtanTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/MinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

final class MinTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/RoundTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class RoundTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/SinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class SinTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/SqrtTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class SqrtTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/TanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class TanTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Math/ToBaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class ToBaseTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/SearchCiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class SearchCiTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/SearchLastTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class SearchLastTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/SearchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class SearchTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/SliceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

final class SliceTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/StartsWithTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class StartsWithTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/TrimLeftTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class TrimLeftTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/TrimRightTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class TrimRightTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/UppercaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class UppercaseTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Byte/WordsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class WordsTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/CapitalizeWordsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class CapitalizeWordsTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/ChunkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class ChunkTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
1 change: 0 additions & 1 deletion tests/unit/Str/Grapheme/StripSuffixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class StripSuffixTest extends TestCase
{

/**
* @dataProvider provideData
*/
Expand Down
Loading

0 comments on commit dff3b04

Please sign in to comment.