Completed
Push — master ( 8c18b0...19c1d8 )
by Tomáš
04:28 queued 02:54
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
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
 		$this->thenResultIsTrue($hasConfig);
75 75
 	}
76 76
 
77
+	/**
78
+	 * @param boolean $has
79
+	 */
77 80
 	private function thenResultIsTrue($has)
78 81
 	{
79 82
 		self::assertTrue($has);
Please login to merge, or discard this patch.