Completed
Push — master ( c330e2...cf0c7a )
by Jacob
03:58
created
src/Domain/Stream/YouTube/MysqlYouTubeRepository.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
     protected $connections;
12 12
 
13 13
     /**
14
-     * @param ConnectonLocator $connections
14
+     * @param ConnectionLocator $connections
15 15
      */
16 16
     public function __construct(ConnectionLocator $connections)
17 17
     {
@@ -41,7 +41,6 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-     * @param string $title
45 44
      *
46 45
      * @return array|false
47 46
      */
Please login to merge, or discard this patch.