@@ -48,7 +48,7 @@ class Manager
4848 protected $ currentlyCompilingViews = false ;
4949
5050 /**
51- * @param Client $client
51+ * @param Client $client
5252 * @return Manager
5353 */
5454 public function setClient (Client $ client )
@@ -100,15 +100,16 @@ public function environment()
100100 }
101101
102102 /**
103- * @param string|null $environment
103+ * @param string|null $environment
104104 */
105105 public function overrideEnvironment ($ environment = null )
106106 {
107107 $ this ->environment = $ environment ;
108108 }
109109
110110 /**
111- * @param array|string $classes
111+ * @param array|string $classes
112+ *
112113 * @throws ConfigurationException
113114 */
114115 public function addPostProcessors ($ classes )
@@ -172,7 +173,7 @@ public function processFileContents($file)
172173 * Get an item out of the config using dot notation.
173174 *
174175 * @param $key
175- * @param null $default
176+ * @param null $default
176177 * @return mixed
177178 */
178179 public function config ($ key , $ default = null )
@@ -209,7 +210,7 @@ public function getConfigUsing($callback)
209210 /**
210211 * Set the cache implementation directly instead of using a driver.
211212 *
212- * @param Repository $cache
213+ * @param Repository $cache
213214 */
214215 public function setCacheInstance (Repository $ cache )
215216 {
@@ -235,7 +236,7 @@ public function cache()
235236 /**
236237 * Return all the Torchlight IDs in a given string.
237238 *
238- * @param string $content
239+ * @param string $content
239240 * @return array
240241 */
241242 public function findTorchlightIds ($ content )
0 commit comments