Completed
Pull Request — master (#911)
by Paweł
09:39
created
src/SWP/Bundle/CoreBundle/Theme/Asset/AssetsInstaller.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * @param string $targetDir
113 113
      * @param int    $symlinkMask
114 114
      *
115
-     * @return mixed
115
+     * @return integer
116 116
      */
117 117
     private function installGlobalAssets($targetDir, $symlinkMask)
118 118
     {
@@ -148,6 +148,8 @@  discard block
 block discarded – undo
148 148
 
149 149
     /**
150 150
      * {@inheritdoc}
151
+     * @param string $targetDir
152
+     * @param integer $symlinkMask
151 153
      */
152 154
     private function installVanillaBundleAssets($originDir, $targetDir, $symlinkMask)
153 155
     {
Please login to merge, or discard this patch.