Skip to content

Commit 2583a5a

Browse files
authored
Merge pull request #706 from wmde/runtimeException
Remove unused RuntimeException imports
2 parents 942d83b + 8854a3f commit 2583a5a

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/Entity/ItemId.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Wikibase\DataModel\Entity;
44

55
use InvalidArgumentException;
6-
use RuntimeException;
76

87
/**
98
* @since 0.5

src/Entity/PropertyId.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Wikibase\DataModel\Entity;
44

55
use InvalidArgumentException;
6-
use RuntimeException;
76

87
/**
98
* @since 0.5

tests/unit/Entity/ItemIdTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use PHPUnit_Framework_TestCase;
66
use Wikibase\DataModel\Entity\ItemId;
77
use InvalidArgumentException;
8-
use RuntimeException;
98

109
/**
1110
* @covers Wikibase\DataModel\Entity\ItemId

tests/unit/Entity/PropertyIdTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use PHPUnit_Framework_TestCase;
66
use Wikibase\DataModel\Entity\PropertyId;
77
use InvalidArgumentException;
8-
use RuntimeException;
98

109
/**
1110
* @covers Wikibase\DataModel\Entity\PropertyId

0 commit comments

Comments
 (0)