Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 1... Zeile 1...
1
<?php
1
<?php
Zeile -... Zeile 2...
-
 
2
 
-
 
3
declare(strict_types=1);
2
 
4
 
Zeile 3... Zeile 5...
3
namespace Psr\Http\Message;
5
namespace Psr\Http\Message;
4
 
6
 
5
/**
7
/**
Zeile 60... Zeile 62...
60
     * @param string $targetPath Path to which to move the uploaded file.
62
     * @param string $targetPath Path to which to move the uploaded file.
61
     * @throws \InvalidArgumentException if the $targetPath specified is invalid.
63
     * @throws \InvalidArgumentException if the $targetPath specified is invalid.
62
     * @throws \RuntimeException on any error during the move operation, or on
64
     * @throws \RuntimeException on any error during the move operation, or on
63
     *     the second or subsequent call to the method.
65
     *     the second or subsequent call to the method.
64
     */
66
     */
65
    public function moveTo($targetPath);
67
    public function moveTo(string $targetPath);
Zeile 66... Zeile 68...
66
    
68
    
67
    /**
69
    /**
68
     * Retrieve the file size.
70
     * Retrieve the file size.
69
     *
71
     *