Making WordPress.org


Ignore:
Timestamp:
12/19/2017 04:22:37 PM (7 years ago)
Author:
obenland
Message:

PLugins: Clean up formatting with phpcbf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-geopattern-svgtext.php

    r2994 r6287  
    11<?php
    22namespace WordPressdotorg\Plugin_Directory;
     3
    34use RedeyeVentures\GeoPattern\SVGElements\Base;
    45
     
    2122
    2223    /**
    23      * @param       $text
    24      * @param       $x
    25      * @param       $y
    26      * @param       $text_anchor
    27      * @param       $style
    28      * @param array $args
     24     * @param string $text
     25     * @param string $x
     26     * @param string $y
     27     * @param string $text_anchor
     28     * @param string $style
     29     * @param array  $args
    2930     */
    3031    function __construct( $text, $x, $y, $text_anchor, $style, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.