Completed
Pull Request — master (#20)
by MoshiMoshi
05:17
created
ConfigCache/Locale/Loader/ArrayLoader.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
      *
38 38
      * @param string $locale
39 39
      *
40
-     * @return YamlFileLoader
40
+     * @return ArrayLoader
41 41
      */
42 42
     public function setLocale($locale)
43 43
     {
Please login to merge, or discard this patch.
ConfigCache/Resource/FileResource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     /**
64 64
      * Returns the resource tied to this Resource.
65 65
      *
66
-     * @return mixed The resource
66
+     * @return string The resource
67 67
      */
68 68
     public function getResource()
69 69
     {
Please login to merge, or discard this patch.
ConfigCache/Resource/DirectoryResource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     /**
64 64
      * Returns the resource tied to this Resource.
65 65
      *
66
-     * @return mixed The resource
66
+     * @return string The resource
67 67
      */
68 68
     public function getResource()
69 69
     {
Please login to merge, or discard this patch.
ConfigCache/Register.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -482,7 +482,7 @@
 block discarded – undo
482 482
     /**
483 483
      * Builds a cache service ID.
484 484
      *
485
-     * @param array $suffixes ex) array("yahoo_japan_config_cache")
485
+     * @param string[] $suffixes ex) array("yahoo_japan_config_cache")
486 486
      *
487 487
      * @return string ex) "config.yahoo_japan_config_cache"
488 488
      */
Please login to merge, or discard this patch.