Completed
Branch master (c120ea)
by Antonio Carlos
02:21
created
update/update.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
     return $questions;
21 21
 }
22 22
 
23
+/**
24
+ * @param string $needle
25
+ */
23 26
 function ends_with($needle, $haystack) {
24 27
     $length = strlen($needle);
25 28
 
Please login to merge, or discard this patch.