Mercurial > hg > cmmr2012-drupal-site
comparison vendor/squizlabs/php_codesniffer/src/Reports/Notifysend.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
66 $this->timeout = (int) $timeout; | 66 $this->timeout = (int) $timeout; |
67 } | 67 } |
68 | 68 |
69 $showOk = Config::getConfigData('notifysend_showok'); | 69 $showOk = Config::getConfigData('notifysend_showok'); |
70 if ($showOk !== null) { | 70 if ($showOk !== null) { |
71 $this->showOk = (boolean) $showOk; | 71 $this->showOk = (bool) $showOk; |
72 } | 72 } |
73 | 73 |
74 $this->version = str_replace( | 74 $this->version = str_replace( |
75 'notify-send ', | 75 'notify-send ', |
76 '', | 76 '', |