Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 07806c8

Browse files
committed
Removes captain obvious comments
1 parent 7117c21 commit 07806c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/MessageFactoryAware.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@
1717
interface MessageFactoryAware
1818
{
1919
/**
20-
* Returns a Message Factory
21-
*
2220
* @return MessageFactory
2321
*/
2422
public function getMessageFactory();
2523

2624
/**
27-
* Sets a Message Factory
28-
*
2925
* @param MessageFactory $messageFactory
3026
*/
3127
public function setMessageFactory(MessageFactory $messageFactory);

0 commit comments

Comments
 (0)