diff --git a/phpmd.xml.dist b/phpmd.xml.dist
index 5108429..3682c69 100644
--- a/phpmd.xml.dist
+++ b/phpmd.xml.dist
@@ -7,6 +7,7 @@
GitHash ruleset
+
diff --git a/src/HashFinders/GitProcessCommandHashFinder.php b/src/HashFinders/GitProcessCommandHashFinder.php
index a4174a7..9421807 100644
--- a/src/HashFinders/GitProcessCommandHashFinder.php
+++ b/src/HashFinders/GitProcessCommandHashFinder.php
@@ -14,6 +14,7 @@ final class GitProcessCommandHashFinder implements GitHashFinder
{
/**
* @inheritDoc
+ * @SuppressWarnings(PHPMD.StaticAccess)
*/
public function findHash(string $path): GitHash
{