Completed
Pull Request — master (#25747)
by Kevin
10:56
created
lib/private/User/User.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -412,6 +412,10 @@
 block discarded – undo
412 412
 		return $url;
413 413
 	}
414 414
 
415
+	/**
416
+	 * @param string $feature
417
+	 * @param string $value
418
+	 */
415 419
 	public function triggerChange($feature, $value = null) {
416 420
 		if ($this->emitter) {
417 421
 			$this->emitter->emit('\OC\User', 'changeUser', array($this, $feature, $value));
Please login to merge, or discard this patch.
lib/private/AppFramework/Http/Request.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -775,7 +775,6 @@
 block discarded – undo
775 775
      * Fixes major bug in Apache 2.4 / PHP FPM where script_name contains full
776 776
      * uri not just script name e.g /index.php/app/files instead of expected /index.php 
777 777
      * @see https://bugs.php.net/bug.php?id=65641
778
-     * @param string $name
779 778
      * @return string
780 779
      */
781 780
     private function getRawScriptName() {
Please login to merge, or discard this patch.