Completed
Push — master ( 74eeb3...0cf8b6 )
by Faiz
01:31
created
src/Quran.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     /**
44 44
      * Set translations to be used
45 45
      *
46
-     * @param array $translation
46
+     * @param array $translations
47 47
      * @return $this
48 48
      */
49 49
     public function translation($translations)
@@ -56,6 +56,9 @@  discard block
 block discarded – undo
56 56
         return $this;
57 57
     }
58 58
 
59
+    /**
60
+     * @param string $args
61
+     */
59 62
     public function get($args)
60 63
     {
61 64
         $args = explode(':', $args);
@@ -81,6 +84,9 @@  discard block
 block discarded – undo
81 84
         return $this->minimize($result);
82 85
     }
83 86
 
87
+    /**
88
+     * @param string $val
89
+     */
84 90
     public function config($val)
85 91
     {
86 92
         return $this->config[$val];
Please login to merge, or discard this patch.