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/clients/class-slack.php

    r5446 r6287  
    3636     */
    3737    private $success_emoji = [
    38         ':green_heart:', ':white_check_mark:', ':smiley:', ':ok: ',
     38        ':green_heart:',
     39        ':white_check_mark:',
     40        ':smiley:',
     41        ':ok: ',
    3942    ];
    4043
     
    4548     */
    4649    private $failure_emoji = [
    47         ':broken_heart:', ':umbrella_with_rain_drops:', ':cry:', ':sos:',
     50        ':broken_heart:',
     51        ':umbrella_with_rain_drops:',
     52        ':cry:',
     53        ':sos:',
    4854    ];
    4955
Note: See TracChangeset for help on using the changeset viewer.