Skip to content

Commit

Permalink
Merge branch '7.5' into 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2019
2 parents 2b49976 + c5ef034 commit e30272d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Framework/UnexpectedValueException.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/*
* This file is part of PHPUnit.
*
Expand All @@ -9,6 +9,6 @@
*/
namespace PHPUnit\Framework;

class UnexpectedValueException extends Exception
final class UnexpectedValueException extends Exception
{
}

0 comments on commit e30272d

Please sign in to comment.