Skip to content

Commit

Permalink
Merge branch '8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 2, 2019
2 parents dad5f22 + 20fdadd commit 5dcae00
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/Framework/Error/Deprecation.php
Expand Up @@ -9,9 +9,6 @@
*/
namespace PHPUnit\Framework\Error;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
final class Deprecation extends Error
{
}
3 changes: 0 additions & 3 deletions src/Framework/Error/Error.php
Expand Up @@ -11,9 +11,6 @@

use PHPUnit\Framework\Exception;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
class Error extends Exception
{
public function __construct(string $message, int $code, string $file, int $line, \Exception $previous = null)
Expand Down
3 changes: 0 additions & 3 deletions src/Framework/Error/Notice.php
Expand Up @@ -9,9 +9,6 @@
*/
namespace PHPUnit\Framework\Error;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
final class Notice extends Error
{
}
3 changes: 0 additions & 3 deletions src/Framework/Error/Warning.php
Expand Up @@ -9,9 +9,6 @@
*/
namespace PHPUnit\Framework\Error;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
final class Warning extends Error
{
}

0 comments on commit 5dcae00

Please sign in to comment.