Completed
Push — master ( 0392b2...900bb9 )
by Faiz
01:45
created
src/Quran.php 1 patch
Doc Comments   +4 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)
@@ -81,6 +81,9 @@  discard block
 block discarded – undo
81 81
         return $this->minimize($result);
82 82
     }
83 83
 
84
+    /**
85
+     * @param string $val
86
+     */
84 87
     public function config($val)
85 88
     {
86 89
         return $this->config[$val];
Please login to merge, or discard this patch.