Completed
Push — master ( 4f911a...20d659 )
by Milan
06:11
created
src/Ares.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -109,6 +109,10 @@  discard block
 block discarded – undo
109 109
 		return $this->activeMode === TRUE;
110 110
 	}
111 111
 
112
+	/**
113
+	 * @param string $inn
114
+	 * @param boolean $activeOnly
115
+	 */
112 116
 	private function createUrl($inn, $activeOnly)
113 117
 	{
114 118
 		$this->activeMode = (bool) $activeOnly;
@@ -124,6 +128,9 @@  discard block
 block discarded – undo
124 128
 		return new DataProvider(new DataFactory());
125 129
 	}
126 130
 
131
+	/**
132
+	 * @param string $property
133
+	 */
127 134
 	private static function exists($element, $property)
128 135
 	{
129 136
 		return isset($element->{$property}) ? $element->{$property} : '';
Please login to merge, or discard this patch.