Skip to content

Commit

Permalink
Remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jun 28, 2020
1 parent a6705b1 commit d65f2f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 143 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
"bamarni/composer-bin-plugin": "^1.3",
"ergebnis/composer-normalize": "^2.0.1",
"nyholm/psr7": "^1.0",
"php-http/httplug": "^2.0",
"php-http/message-factory": "^1.0",
"php-http/mock-client": "^1.3",
"symfony/http-client": "^4.4 || ^5.0"
},
"suggest": {
Expand Down
25 changes: 0 additions & 25 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -240,31 +240,6 @@ parameters:
count: 1
path: src/Connection/ConnectionInterface.php

-
message: "#^Method Nucleos\\\\LastFm\\\\Connection\\\\HTTPlugConnection\\:\\:getPageBody\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
path: src/Connection/HTTPlugConnection.php

-
message: "#^Method Nucleos\\\\LastFm\\\\Connection\\\\HTTPlugConnection\\:\\:call\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
path: src/Connection/HTTPlugConnection.php

-
message: "#^Method Nucleos\\\\LastFm\\\\Connection\\\\HTTPlugConnection\\:\\:call\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Connection/HTTPlugConnection.php

-
message: "#^Method Nucleos\\\\LastFm\\\\Connection\\\\HTTPlugConnection\\:\\:createRequest\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
path: src/Connection/HTTPlugConnection.php

-
message: "#^Method Nucleos\\\\LastFm\\\\Connection\\\\HTTPlugConnection\\:\\:parseResponse\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Connection/HTTPlugConnection.php

-
message: "#^Method Nucleos\\\\LastFm\\\\Connection\\\\PsrClientConnection\\:\\:getPageBody\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
Expand Down
115 changes: 0 additions & 115 deletions src/Connection/HTTPlugConnection.php

This file was deleted.

0 comments on commit d65f2f9

Please sign in to comment.