Passed
Push — master ( 896c66...72fd22 )
by Atanas
03:33
created
src/Helpers/Arguments.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 	 * Get a closure which will flip preceding optional arguments around.
11 11
 	 * @example list( $argument1, $argument2 ) = Arguments::flip( $optional_arguments )( $argument1, $argument2 );
12 12
 	 *
13
-	 * @param  int      $optional_arguments
14 13
 	 * @return \Closure
15 14
 	 */
16 15
 	public static function flip() {
Please login to merge, or discard this patch.