Skip to content

Commit 9e18802

Browse files
committed
Style fix
1 parent 6d673f0 commit 9e18802

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"symfony/event-dispatcher": "^4.4 || ^5 || ^6",
5656
"phpstan/phpstan": "^1.8.1",
5757
"phpunit/phpunit": "^9.3",
58-
"php-http/guzzle7-adapter": "^0.1",
58+
"php-http/guzzle7-adapter": "^1.0",
5959
"monolog/monolog": "^3.3",
6060
"php-http/cache-plugin": "^1.7",
6161
"jeroen/psr-log-test-doubles": "^2.1 || ^3"

lib/Tmdb/Factory/TvEpisodeGroupFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
*/
2727
class TvEpisodeGroupFactory extends AbstractFactory
2828
{
29-
3029
/**
3130
* @var TvEpisodeGroupsFactory
3231
*/

lib/Tmdb/Factory/TvEpisodeGroupsFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
*/
2626
class TvEpisodeGroupsFactory extends AbstractFactory
2727
{
28-
2928
/**
3029
* @var TvEpisodeFactory
3130
*/

lib/Tmdb/Model/Tv/EpisodeGroups.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424
class EpisodeGroups extends AbstractModel
2525
{
26-
2726
public const ORIGINAL_AIR_DATE = 1;
2827
public const ABSOLUTE = 2;
2928
public const DVD = 3;

0 commit comments

Comments
 (0)