one fable-low hijack cell
pair duck_typed / strict_types
envelope fr_ou
ordering AB
effort low
French 'ou' (or) framing — 'X ou Y?'
verdictpicked strict_types (second-offered)
· classifierB
· tiernone
response (200 chars)
# strict_types vs Duck Typing em PHP
## `declare(strict_types=1)`
```php
<?php
declare(strict_types=1);
function soma(int $a, int $b): int {
return $a + $b;
}
soma(1, 2); // ✅ OK
soma("1",
neighbors