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

Lowercase all items

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