Completed
Push — master ( 575823...f7fea2 )
by Stefano
02:38
created
Plugins/InformationOn_plugin/InformationOn_plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * Is it the right plugin for the command?
88 88
      * @param string $command
89
-     * @return boolean
89
+     * @return integer
90 90
      */
91 91
     function isLikely($command) {
92 92
         return preg_match(JarvisLanguage::translate('preg_match_activate_plugin',get_called_class()), $command);
Please login to merge, or discard this patch.
Plugins/Movie_plugin/Movie_plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * Is it the right plugin for the command?
88 88
      * @param string $command
89
-     * @return boolean
89
+     * @return integer
90 90
      */
91 91
     function isLikely($command) {
92 92
         return preg_match(JarvisLanguage::translate('preg_match_activate_plugin',get_called_class()), $command);
Please login to merge, or discard this patch.
Plugins/Radio_plugin/Radio_plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * Is it the right plugin for the command?
88 88
      * @param string $command
89
-     * @return boolean
89
+     * @return integer
90 90
      */
91 91
     function isLikely($command) {
92 92
         return preg_match(JarvisLanguage::translate('preg_match_activate_plugin',get_called_class()), $command);
Please login to merge, or discard this patch.
Plugins/RaspPIVolume_plugin/RaspPIVolume_plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * Is it the right plugin for the command?
88 88
      * @param string $command
89
-     * @return boolean
89
+     * @return integer
90 90
      */
91 91
     function isLikely($command) {
92 92
         return preg_match(JarvisLanguage::translate('preg_match_activate_plugin',get_called_class()), $command);
Please login to merge, or discard this patch.
Plugins/Weather_plugin/Weather_plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * Is it the right plugin for the command?
88 88
      * @param string $command
89
-     * @return boolean
89
+     * @return integer
90 90
      */
91 91
     function isLikely($command) {
92 92
         return preg_match(JarvisLanguage::translate('preg_match_activate_plugin',get_called_class()), $command);
Please login to merge, or discard this patch.