Demote option mixed/null error to a lint
[hiphop-php.git] / hphp / hack / test / lint / redundant_option_null.php
blobcf8f3a1c2b68b2d67ce46e969139abc1b5eb4547
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function redundant_option_null(): ?null {
5 return null;