Completed
Push — master ( 7aa102...cda5b0 )
by Tomáš
02:37
created
src/SymfonyInteropContainer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
 		return $this->tryToGetByKey($key);
31 31
 	}
32 32
 
33
+	/**
34
+	 * @param string $key
35
+	 */
33 36
 	private function tryToGetByKey($key)
34 37
 	{
35 38
 		try {
Please login to merge, or discard this patch.
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.