Completed
Pull Request — master (#7)
by
unknown
02:20
created
src/Setting/SettingRepository.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,6 @@
 block discarded – undo
36 36
      * Create a new SettingRepositoryInterface instance.
37 37
      *
38 38
      * @param SettingModel        $model
39
-     * @param Repository          $config
40
-     * @param FieldTypeCollection $fieldTypes
41 39
      */
42 40
     public function __construct(SettingModel $model)
43 41
     {
Please login to merge, or discard this patch.
src/Setting/Plugin/SettingPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         return [
25 25
             new \Twig_SimpleFunction(
26 26
                 'setting',
27
-                function ($key) {
27
+                function($key) {
28 28
                     return $this->dispatch(new GetSetting($key));
29 29
                 }
30 30
             )
Please login to merge, or discard this patch.