Skip to content

Commit

Permalink
Force the version of CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
courtney-miles committed Oct 27, 2023
1 parent 4f945f2 commit 4e03d1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .install-cs-fixer.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

if [ ! -f ./php-cs-fixer ]; then
wget https://cs.symfony.com/download/php-cs-fixer-v3.phar -O php-cs-fixer
wget https://cs.symfony.com/download/v3.4.0/php-cs-fixer.phar -O php-cs-fixer
chmod +x php-cs-fixer
fi
2 changes: 0 additions & 2 deletions src/Utility/StrptimeFormatTransformer.php
Expand Up @@ -4,8 +4,6 @@

namespace frictionlessdata\tableschema\Utility;

use DateTimeImmutable;

final class StrptimeFormatTransformer
{
public static function transform(string $strptimeFormat): string
Expand Down

0 comments on commit 4e03d1d

Please sign in to comment.