Skip to content
Snippets Groups Projects
Commit 761d41a6 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '27-lowercase-all-items' into 'master'

Resolve "Lowercase all items"

Closes #27

See merge request !26
parents 84914da6 3f8a5d4a
No related branches found
No related tags found
1 merge request!26Resolve "Lowercase all items"
Pipeline #5584 passed
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.23
app.versionCode=23
app.versionName=0.0.24
app.versionCode=24
Lowercase all items.
Mise en minuscules de tous les items.
This diff is collapsed.
......@@ -3,7 +3,7 @@ description: A sorting game application.
publish_to: 'none'
version: 0.0.23+23
version: 0.0.24+24
environment:
sdk: '^3.0.0'
......
This diff is collapsed.
......@@ -34,7 +34,7 @@ function find_missing_associations(array $mappingItems, array $categories, array
$mappingItems[$item]['na'],
);
foreach ($categories as $category) {
if ($category === 'inerte' && !\in_array($category, $set)) {
if (!\in_array($category, $set)) {
$missing[] = [
'item' => $item,
'category' => $category,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment