Skip to content

Commit

Permalink
NTR: fix php cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Sep 29, 2023
1 parent 0851baf commit ec740ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Traits/StringTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Kiener\MolliePayments\Traits;


trait StringTrait
{

Expand All @@ -19,5 +18,4 @@ protected function stringStartsWith(string $haystack, string $needle): bool

return false;
}

}

0 comments on commit ec740ad

Please sign in to comment.