Completed
Push — master ( 02e25d...16bbe9 )
by Greg
01:28
created
src/SiteAliasFileDiscovery.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * Add a location that alias files may be found.
38 38
      *
39
-     * @param string $path
39
+     * @param string $paths
40 40
      * @return $this
41 41
      */
42 42
     public function addSearchLocation($paths)
@@ -78,6 +78,7 @@  discard block
 block discarded – undo
78 78
     /**
79 79
      * Only search for aliases that are in alias files stored in directories
80 80
      * whose basename or key matches the specified location.
81
+     * @param string|null $location
81 82
      */
82 83
     public function filterByLocation($location)
83 84
     {
@@ -105,7 +106,7 @@  discard block
 block discarded – undo
105 106
      * of the specified search locations.
106 107
      *
107 108
      * @param string $siteName
108
-     * @return string|bool
109
+     * @return false|string
109 110
      */
110 111
     public function findSingleSiteAliasFile($siteName)
111 112
     {
Please login to merge, or discard this patch.