Completed
Push — master ( ffd254...0b7cc5 )
by Ionut
07:41
created
src/Guardian.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
 	}
135 135
 
136 136
 	/**
137
-	 * @param $file
137
+	 * @param string $file
138 138
 	 *
139 139
 	 * @return object
140 140
 	 */
@@ -143,6 +143,10 @@  discard block
 block discarded – undo
143 143
 		return $this->setConfig(require $file);
144 144
 	}
145 145
 
146
+	/**
147
+	 * @param string $k
148
+	 * @param \Closure $closure
149
+	 */
146 150
 	public function when($k, $closure)
147 151
 	{
148 152
 		return $this->enviroment->events->listen($k, $closure);
Please login to merge, or discard this patch.