We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 35 | class Hyphenator_Cache_Test extends PHP_Typography_Testcase { |
||
| 36 | /** |
||
| 37 | * Hyphenator_Cache fixture. |
||
| 38 | * |
||
| 39 | * @var Hyphenator_Cache |
||
| 40 | */ |
||
| 41 | protected $c; |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Sets up the fixture, for example, opens a network connection. |
||
| 45 | * This method is called before a test is executed. |
||
| 46 | */ |
||
| 47 | protected function setUp() { |
||
| 50 | |||
| 51 | /** |
||
| 52 | * Tears down the fixture, for example, closes a network connection. |
||
| 53 | * This method is called after a test is executed. |
||
| 54 | */ |
||
| 55 | protected function tearDown() { |
||
| 58 | |||
| 59 | /** |
||
| 60 | * Tests set_hyphenator. |
||
| 61 | * |
||
| 62 | * @covers ::set_hyphenator |
||
| 63 | * @covers ::get_hyphenator |
||
| 64 | */ |
||
| 65 | public function test_hyphenator_cache() { |
||
| 73 | } |
||
| 74 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..