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.
2 parents 098cc51 + 6399e8f commit 1f43734Copy full SHA for 1f43734
src/Illuminate/Events/Dispatcher.php
@@ -107,7 +107,7 @@ public function createClassListener($listener)
107
108
return function(SymfonyEvent $event) use ($listener, $container)
109
{
110
- // If the listener has a colon, we will assume it is being used to delimit
+ // If the listener has an @ sign, we will assume it is being used to delimit
111
// the class name from the handle method name. This allows for handlers
112
// to run multiple handler methods in a single class for convenience.
113
$segments = explode('@', $listener);
@@ -118,4 +118,4 @@ public function createClassListener($listener)
118
};
119
}
120
121
-}
+}
0 commit comments