We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53eab commit fcac3e9Copy full SHA for fcac3e9
src/MorphTypes.php
@@ -20,7 +20,7 @@ class MorphTypes
20
*
21
* @param class-string<Model>|array<class-string<Model>>|true $items
22
*/
23
- public function __construct(array|string|true $items)
+ public function __construct(array|string|bool $items)
24
{
25
if ($items === true) {
26
$this->all = true;
0 commit comments