Completed
Pull Request — master (#114)
by MeWebStudio - Muharrem
15:54 queued 14:36
created
src/PurifierServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * Get the services provided by the provider.
51 51
      *
52
-     * @return array
52
+     * @return string[]
53 53
      */
54 54
     public function provides()
55 55
     {
Please login to merge, or discard this patch.
src/Purifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
     /**
182 182
      * @param null $config
183 183
      *
184
-     * @return mixed|null
184
+     * @return HTMLPurifier_Config
185 185
      */
186 186
     protected function getConfig($config = null)
187 187
     {
Please login to merge, or discard this patch.