Completed
Push — master ( 0e7ab7...200862 )
by Ömer
02:39
created
src/Knot/Dict/PathOperationsTrait.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@  discard block
 block discarded – undo
15 15
 	protected $path = '';
16 16
 
17 17
 
18
+	/**
19
+	 * @return null|AbstractDictBody
20
+	 */
18 21
 	abstract public function childParent();
19 22
 
20 23
 
@@ -74,7 +77,7 @@  discard block
 block discarded – undo
74 77
 	/**
75 78
 	 * @param $path
76 79
 	 *
77
-	 * @return array|ChildDict|Mixed
80
+	 * @return callable
78 81
 	 * @throws WrongArrayPathException
79 82
 	 */
80 83
 	public function get($path)
@@ -184,7 +187,7 @@  discard block
 block discarded – undo
184 187
 
185 188
 
186 189
 	/**
187
-	 * @param $rawPath
190
+	 * @param null|string $rawPath
188 191
 	 *
189 192
 	 * @return $this
190 193
 	 */
Please login to merge, or discard this patch.