Skip to content

Commit

Permalink
Merge pull request #136 from sj-i/renovate/squizlabs-php_codesniffer-3.x
Browse files Browse the repository at this point in the history
Update dependency squizlabs/php_codesniffer to v3.6.2
  • Loading branch information
sj-i committed Dec 25, 2021
2 parents 5072020 + 64573b1 commit 493c77f
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ext-posix": "*",
"phpunit/phpunit": "9.5.11",
"vimeo/psalm": "4.15.0",
"squizlabs/php_codesniffer": "3.6.1",
"squizlabs/php_codesniffer": "3.6.2",
"mockery/mockery": "1.4.4",
"psalm/plugin-mockery": "0.9.1",
"jetbrains/phpstorm-stubs": "2021.2",
Expand Down
12 changes: 6 additions & 6 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/Lib/Elf/Parser/ElfParserException.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@

final class ElfParserException extends \Exception
{

}
1 change: 0 additions & 1 deletion src/Lib/Elf/Process/ProcessSymbolReaderException.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@

class ProcessSymbolReaderException extends \Exception
{

}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@

final class Test1Command
{

}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@

final class Test2Command
{

}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@

final class Test3Command
{

}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@

final class Test4Command
{

}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

class PhpSearcherContextCreatorTest extends TestCase
{

public function testCreate()
{
$context = Mockery::mock(ContextInterface::class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

class ByteReaderDisableWriteAccessTraitTest extends TestCase
{

public function testOffsetSet()
{
$this->expectException(LogicException::class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

class Elf64DynamicSymbolResolverTest extends TestCase
{

public function testLoad()
{
$php_binary = new StringByteReader(
Expand Down

0 comments on commit 493c77f

Please sign in to comment.