Completed
Push — master ( 2cdbb4...116241 )
by Sergey
03:02
created
src/TextToSpeechAbstract.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@  discard block
 block discarded – undo
45 45
     protected $logger;
46 46
 
47 47
     /**
48
-     * @param LoggerInterface $cache
49 48
      * @param string[] $options
50 49
      */
51 50
     public function __construct(LoggerInterface $logger = null, array $options = [])
@@ -142,6 +141,9 @@  discard block
 block discarded – undo
142 141
         return $this->results;
143 142
     }
144 143
 
144
+    /**
145
+     * @param string $text
146
+     */
145 147
     private function calcCacheKey($text)
146 148
     {
147 149
         return sha1($text);
Please login to merge, or discard this patch.