Completed
Push — master ( 6a274c...577abc )
by Tomáš
12s
created
tests/SymfonyInteropContainer/SymfonyInteropContainerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -109,6 +109,9 @@
 block discarded – undo
109 109
 		return $this->interopContainer->has($key);
110 110
 	}
111 111
 
112
+	/**
113
+	 * @param boolean $has
114
+	 */
112 115
 	private function thenResultIsTrue($has): void
113 116
 	{
114 117
 		self::assertTrue($has);
Please login to merge, or discard this patch.