You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have function public function setMarginsFromArray(array $array = null)
The description was generated:
/**
* Undocumented function
*
* @param array $array
* @return void
*/
I expect the following description (php 7.0):
/**
* Sets margins from the array.
*
* @param array|null $array
* @return void
*/
public function setMarginsFromArray(array $array = null)
The text was updated successfully, but these errors were encountered:
I have function public function setMarginsFromArray(array $array = null)
The description was generated:
/**
* Undocumented function
*
* @param array $array
* @return void
*/
I expect the following description (php 7.0):
/**
* Sets margins from the array.
*
* @param array|null $array
* @return void
*/
public function setMarginsFromArray(array $array = null)
The text was updated successfully, but these errors were encountered: