File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class CartClearedForCommand extends ShouldBeStored
102
102
103
103
assertCount (1 , CartForCommand::retrieve ($ this ->UUID )->cartItems ->items );
104
104
105
- // Assert that commands are dispatched to the AR iteself
105
+ // Assert that commands are dispatched to the AR itself
106
106
$ bus ->dispatch (new ClearCart (
107
107
$ this ->UUID ,
108
108
));
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public function functionThatHandlesMoneyAdd(MoneyAddedEvent $event)
14
14
$ event ->account ->addMoney ($ event ->amount );
15
15
}
16
16
17
- public function anotherFunctionThatHandlesMoneySubstracted (MoneySubtractedEvent $ event )
17
+ public function anotherFunctionThatHandlesMoneySubtracted (MoneySubtractedEvent $ event )
18
18
{
19
19
$ event ->account ->subtractMoney ($ event ->amount );
20
20
}
@@ -23,7 +23,7 @@ public function functionWithoutTypeHint($parameter)
23
23
{
24
24
}
25
25
26
- public function functionWithUnreleatedClassTypeHint (Collection $ test )
26
+ public function functionWithUnrelatedClassTypeHint (Collection $ test )
27
27
{
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments