Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ed3f4e

Browse files
committed
Removed extraneous comments
1 parent 29db30e commit 3ed3f4e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Illuminate/View/View.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ public function offsetExists($key)
228228

229229
/**
230230
* Get a piece of bound data to the view.
231-
* (Returned by reference so that `$view['arr'][] = 1` is possible)
232231
*
233232
* @param string $key
234233
* @return mixed
@@ -263,7 +262,6 @@ public function offsetUnset($key)
263262

264263
/**
265264
* Get a piece of data from the view.
266-
* (Returned by reference so that `$view->arr[] = 1` is possible)
267265
*
268266
* @return mixed
269267
*/

0 commit comments

Comments
 (0)