allowsNull() public method

Does this method allow null for a parameter?
public allowsNull ( ) : boolean
return boolean
 /**
  * {@inheritDoc}
  */
 public function allowsNull()
 {
     return $this->betterReflectionParameter->allowsNull();
 }