Completed
Push — master ( 065776...c5cb11 )
by Dan
01:53
created
src/Message/MessageFactory.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -123,6 +123,9 @@  discard block
 block discarded – undo
123 123
         return $readable ? $readable : $entity;
124 124
     }
125 125
 
126
+    /**
127
+     * @param string $readable
128
+     */
126 129
     public function formatUser(string $entity, $readable = null) : string
127 130
     {
128 131
         if ($readable) {
@@ -137,6 +140,9 @@  discard block
 block discarded – undo
137 140
         return $entity;
138 141
     }
139 142
 
143
+    /**
144
+     * @param string $readable
145
+     */
140 146
     public function formatChannel(string $entity, $readable = null) : string
141 147
     {
142 148
         if ($readable) {
Please login to merge, or discard this patch.