Skip to content

Commit 1f43734

Browse files
committed
Merge pull request #4 from JesseObrien/patch-1
Update src/Illuminate/Events/Dispatcher.php
2 parents 098cc51 + 6399e8f commit 1f43734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Events/Dispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function createClassListener($listener)
107107

108108
return function(SymfonyEvent $event) use ($listener, $container)
109109
{
110-
// If the listener has a colon, we will assume it is being used to delimit
110+
// If the listener has an @ sign, we will assume it is being used to delimit
111111
// the class name from the handle method name. This allows for handlers
112112
// to run multiple handler methods in a single class for convenience.
113113
$segments = explode('@', $listener);
@@ -118,4 +118,4 @@ public function createClassListener($listener)
118118
};
119119
}
120120

121-
}
121+
}

0 commit comments

Comments
 (0)