Skip to content

Commit

Permalink
Merge pull request #526 from SergiX44/dependabot/composer/guzzlehttp/…
Browse files Browse the repository at this point in the history
…psr7-1.9.1
  • Loading branch information
sergix44 committed May 23, 2023
2 parents 02be446 + e05600e commit c3ebf4d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 20 deletions.
1 change: 0 additions & 1 deletion app/Controllers/Auth/PasswordRecoveryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

class PasswordRecoveryController extends AuthController
{

/**
* @param Response $response
* @return Response
Expand Down
1 change: 0 additions & 1 deletion app/Controllers/Auth/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class RegisterController extends AuthController
{

/**
* @param Request $request
* @param Response $response
Expand Down
1 change: 0 additions & 1 deletion app/Controllers/TagController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

class TagController extends Controller
{

/**
* @param Request $request
* @param Response $response
Expand Down
1 change: 0 additions & 1 deletion app/Web/UA.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

class UA
{

/**
* bot user agent => perform link embed
* @var string[]
Expand Down
6 changes: 3 additions & 3 deletions app/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ function stringToBytes(string $str): float
switch ($last) {
case 't':
$val *= 1024;
// no break
// no break
case 'g':
$val *= 1024;
// no break
// no break
case 'm':
$val *= 1024;
// no break
// no break
case 'k':
$val *= 1024;
}
Expand Down
19 changes: 7 additions & 12 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 tests/Feature/Auth/LoginControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

class LoginControllerTest extends TestCase
{

/** @test */
public function it_loads_the_login_page()
{
Expand Down

0 comments on commit c3ebf4d

Please sign in to comment.