Skip to content

Commit

Permalink
Fix typo in Snappy polyfill filename (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Dec 1, 2023
1 parent b869ea2 commit ef73956
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"src/core/etl/src/Flow/ETL/DSL/functions.php",
"src/lib/array-dot/src/Flow/ArrayDot/array_dot.php",
"src/lib/parquet/src/Flow/Parquet/functions.php",
"src/lib/snappy/polifil.php"
"src/lib/snappy/polyfill.php"
],
"psr-4": {
"Flow\\": [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/snappy/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
"files": [
"polifil.php"
"polyfill.php"
]
},
"autoload-dev": {
Expand Down
File renamed without changes.

0 comments on commit ef73956

Please sign in to comment.