Skip to content

Commit

Permalink
Merge pull request #36 from jankonas/fix-tests
Browse files Browse the repository at this point in the history
Fix tests by correcting type annotation
  • Loading branch information
enumag committed Apr 9, 2019
2 parents 1bf6c6a + 692f2cc commit 3c7ae15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracy/MonologAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MonologAdapter extends \Tracy\Logger
private $blueScreenRenderer;

/**
* @var int
* @var string
*/
private $accessPriority;

Expand Down

0 comments on commit 3c7ae15

Please sign in to comment.