This commit is contained in:
2020-09-18 21:38:27 +08:00
parent 8b450ef1f0
commit eb35799c65
+12
View File
@@ -47,6 +47,18 @@ class Websocket extends Annotation
}
/**
* @param string $path
* @param string $namespace
* @throws \ReflectionException
*/
public function registration_notes($path = '', $namespace = '')
{
var_dump(get_called_class());
parent::registration_notes($path, $namespace);
}
/**
* @param $events
* @param $comment