Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit ccbf1ee

Browse files
authored
Automatically regenerate the files
1 parent 10d7cf0 commit ccbf1ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+5386
-5108
lines changed

generated/Exceptions/IngresiiException.php renamed to generated/Exceptions/DomException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace Safe\Exceptions;
33

4-
class IngresiiException extends \ErrorException implements SafeExceptionInterface
4+
class DomException extends \ErrorException implements SafeExceptionInterface
55
{
66
public static function createFromPhpError(): self
77
{

generated/Exceptions/MysqlndMsException.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

generated/Exceptions/MysqlndQcException.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

generated/Exceptions/MysqliException.php renamed to generated/Exceptions/SodiumException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace Safe\Exceptions;
33

4-
class MysqliException extends \ErrorException implements SafeExceptionInterface
4+
class SodiumException extends \ErrorException implements SafeExceptionInterface
55
{
66
public static function createFromPhpError(): self
77
{

generated/apache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,4 @@ function virtual(string $uri): void
197197
throw ApacheException::createFromPhpError();
198198
}
199199
}
200+

generated/apcu.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ function apcu_sma_info(bool $limited = false): array
110110
}
111111
return $result;
112112
}
113+

0 commit comments

Comments
 (0)