Completed
Pull Request — master (#1194)
by Greg
15:51
created
src/SWP/Bundle/CoreBundle/Theme/Model/ThemeInterface.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@  discard block
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param string $name
23
+     * @return void
23 24
      */
24 25
     public function setName($name);
25 26
 
@@ -50,6 +51,7 @@  discard block
 block discarded – undo
50 51
 
51 52
     /**
52 53
      * @param array $settings
54
+     * @return void
53 55
      */
54 56
     public function setSettings(array $settings): void;
55 57
 
@@ -60,6 +62,7 @@  discard block
 block discarded – undo
60 62
 
61 63
     /**
62 64
      * @param \SplFileInfo|null $file
65
+     * @return void
63 66
      */
64 67
     public function setLogo(?\SplFileInfo $file): void;
65 68
 
@@ -75,8 +78,12 @@  discard block
 block discarded – undo
75 78
 
76 79
     /**
77 80
      * @param string|null $path
81
+     * @return void
78 82
      */
79 83
     public function setLogoPath(?string $path): void;
80 84
 
85
+    /**
86
+     * @return void
87
+     */
81 88
     public function setGeneratedData(array $data): void;
82 89
 }
Please login to merge, or discard this patch.