Make WordPress Core


Ignore:
Timestamp:
06/27/2015 01:02:12 AM (9 years ago)
Author:
wonderboymusic
Message:

For doc block types, favor bool over the few remaining booleans

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class.wp-dependencies.php

    r32483 r32964  
    332332     * @param array  $queue  An array of queued _WP_Dependency handle objects.
    333333     * @param string $handle Name of the item. Should be unique.
    334      * @return boolean Whether the handle is found after recursively searching the dependency tree.
     334     * @return bool Whether the handle is found after recursively searching the dependency tree.
    335335     */
    336336    protected function recurse_deps( $queue, $handle ) {
Note: See TracChangeset for help on using the changeset viewer.