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