Completed
Push — master ( 40fc20...220de0 )
by smiley
06:13
created
src/Drivers/DriverInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -28,6 +28,7 @@
 block discarded – undo
28 28
 	 * @param \chillerlan\Traits\ContainerInterface $options
29 29
 	 * @param \Psr\SimpleCache\CacheInterface|null  $cache
30 30
 	 * @param \Psr\Log\LoggerInterface|null         $logger
31
+	 * @return void
31 32
 	 */
32 33
 	public function __construct(ContainerInterface $options, CacheInterface $cache = null, LoggerInterface $logger = null);
33 34
 
Please login to merge, or discard this patch.