3 declare(strict_types=1);
25 public function say(
string $firstWord,
string $secondWord):
string 27 return $firstWord . $secondWord;
33 $instance =
new SomeClass();
41 $result = $transformation->transform([
'Hello',
' World!']);
43 return assert(
'Hello World!' === $result);
toList()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Refinery Factory $refinery