Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kunicmarko20 committed Apr 7, 2018
1 parent d1bc3bc commit bcd458e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/Fixtures/MissingNamespaceClass.php
@@ -0,0 +1,10 @@
<?php

declare(strict_types=1);

/**
* @author Marko Kunic <kunicmarko20@gmail.com>
*/
final class MissingNamespaceClass
{
}

0 comments on commit bcd458e

Please sign in to comment.