Completed
Pull Request — master (#2)
by Tomáš
03:12
created
src/Bundle/SculpinBundle/HttpKernel/AbstractKernel.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -28,6 +28,8 @@
 block discarded – undo
28 28
 
29 29
     /**
30 30
      * {@inheritdoc}
31
+     * @param boolean $debug
32
+     * @param string $projectDir
31 33
      */
32 34
     public function __construct($environment, $debug, $projectDir = null)
33 35
     {
Please login to merge, or discard this patch.
src/Core/SiteConfiguration/SiteConfigurationFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      * Get an instance of the Configuration() class from the given file.
38 38
      *
39 39
      * @param  string $configFile
40
-     * @return YamlFileConfigurationBuilder
40
+     * @return \Dflydev\DotAccessConfiguration\ConfigurationInterface
41 41
      */
42 42
     private function getConfigFile($configFile)
43 43
     {
Please login to merge, or discard this patch.