Skip to content

Commit 34d3e81

Browse files
vitgramsclaude
andcommitted
docs: rewrap the options chain paragraph of the assertion phpdoc
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 1ead049 commit 34d3e81

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Traits/NotificationsMockTrait.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ trait NotificationsMockTrait
3131
* A step ending with '()' is a method call, any other step is a property access, resolving public
3232
* properties, the magic ones exposed via __isset() and the attributes of an Eloquent model. Both
3333
* are applied to the notification on the first step and to the result of the previous one
34-
* afterwards. The notifiable
35-
* is passed as the first argument to every method that accepts at least one parameter. Only public
36-
* members are resolvable, an unresolvable step fails the test.
34+
* afterwards. The notifiable is passed as the first argument to every method that accepts at
35+
* least one parameter. Only public members are resolvable, an unresolvable step fails the test.
3736
*
3837
* Field names must not collide with self::RESERVED_NOTIFICATION_FIELDS.
3938
*

0 commit comments

Comments
 (0)