Completed
Push — master ( 6726c8...0b808f )
by Olivier
37:56 queued 36:26
created
Catalogue/Operation/ReplaceOperation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @param MessageCatalogueInterface|MetadataAwareInterface $catalogue
99
+     * @param MessageCatalogueInterface $catalogue
100 100
      *
101 101
      * @return array|string|mixed|null Can return anything..
102 102
      */
Please login to merge, or discard this patch.
Command/DownloadCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @return bool|string
114
+     * @return false|string
115 115
      */
116 116
     private function hashDirectory(string $directory)
117 117
     {
Please login to merge, or discard this patch.