Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29db30e commit 3ed3f4eCopy full SHA for 3ed3f4e
1 file changed
src/Illuminate/View/View.php
@@ -228,7 +228,6 @@ public function offsetExists($key)
228
229
/**
230
* Get a piece of bound data to the view.
231
- * (Returned by reference so that `$view['arr'][] = 1` is possible)
232
*
233
* @param string $key
234
* @return mixed
@@ -263,7 +262,6 @@ public function offsetUnset($key)
263
262
264
265
* Get a piece of data from the view.
266
- * (Returned by reference so that `$view->arr[] = 1` is possible)
267
268
269
*/
0 commit comments