Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 7, 2021
1 parent 44e3b6c commit 030d597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Chat/ChatManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ class ChatManager {

public const GEO_LOCATION_VALIDATOR = '/^geo:-?\d{1,2}(\.\d+)?,-?\d{1,3}(\.\d+)?(,-?\d+(\.\d+)?)?(;crs=wgs84)?(;u=\d+(\.\d+)?)?$/i';

/** @var ICommentsManager */
/** @var ICommentsManager|CommentsManager
*/
private $commentsManager;
/** @var IEventDispatcher */
private $dispatcher;
Expand Down

0 comments on commit 030d597

Please sign in to comment.