sync the repo
[hiphop-php.git] / hphp / hack / test / lint / redundant_option_null.php
blob822df6d4aef527f072ab65b411aa4591eeaef82f
1 <?hh
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function redundant_option_null(): ?null {
5 return null;