Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293561

Narrow boolean return types

$
0
0

Problem/Motivation

The return type of \Drupal\Core\File\FileSystemInterface::tempnam has wrong type

 * @return string|bool
 *   The new temporary filename, or FALSE on failure.

Proposed resolution

Change it to string|false

This subtle difference is important when you narrowing types for stat analysis.


Viewing all articles
Browse latest Browse all 293561

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>