File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1313class Proxy
1414{
1515 /**
16- * The Request instance.
17- *
1816 * @var RequestInterface
1917 */
2018 protected $ request ;
2119
2220 /**
23- * The adapter instance.
24- *
2521 * @var AdapterInterface
2622 */
2723 protected $ adapter ;
2824
2925 /**
30- * Middleware filters.
31- *
3226 * @var callable[]
3327 */
3428 protected $ filters = [];
3529
3630 /**
37- * Construct a Proxy instance.
38- *
3931 * @param AdapterInterface $adapter
4032 */
4133 public function __construct (AdapterInterface $ adapter )
@@ -102,7 +94,7 @@ public function to($target)
10294 }
10395
10496 /**
105- * Add filter middleware.
97+ * Add a filter middleware.
10698 *
10799 * @param callable $callable
108100 * @return $this
@@ -115,8 +107,6 @@ public function filter(callable $callable)
115107 }
116108
117109 /**
118- * Get the request instance.
119- *
120110 * @return RequestInterface
121111 */
122112 public function getRequest ()
You can’t perform that action at this time.
0 commit comments