Completed
Branch master (1afb45)
by Timothy
04:13
created
src/Aviat/AnimeClient/Model/Collection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 	 * Create a new collection object
37 37
 	 *
38 38
 	 * @param ContainerInterface $container
39
-	 * @return boolean
39
+	 * @return false|null
40 40
 	 */
41 41
 	public function __construct(ContainerInterface $container)
42 42
 	{
Please login to merge, or discard this patch.
src/Aviat/Ion/Cache/Driver/NullDriver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 	 *
51 51
 	 * @param string $key
52 52
 	 * @param mixed $value
53
-	 * @return CacheDriverInterface
53
+	 * @return NullDriver
54 54
 	 */
55 55
 	public function set($key, $value)
56 56
 	{
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 	 * Invalidate a cached value
63 63
 	 *
64 64
 	 * @param string $key
65
-	 * @return CacheDriverInterface
65
+	 * @return NullDriver
66 66
 	 */
67 67
 	public function invalidate($key)
68 68
 	{
Please login to merge, or discard this patch.