Code improvements (#1649)
* use global namespace for faster lookups * phpstan level 5
This commit is contained in:
@@ -47,7 +47,7 @@ final class InvoiceDocumentRepository
|
||||
*/
|
||||
public function findAll()
|
||||
{
|
||||
$base = dirname(dirname(__DIR__)) . DIRECTORY_SEPARATOR;
|
||||
$base = \dirname(\dirname(__DIR__)) . DIRECTORY_SEPARATOR;
|
||||
|
||||
$documents = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user