Passed
Branch master (1986a9)
by Felix
04:00
created
Category
src/PhPsst.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      * @param int $views
44 44
      * @return string
45 45
      */
46
-    public function store($password, $ttl=3600, $views=1)
46
+    public function store($password, $ttl = 3600, $views = 1)
47 47
     {
48 48
         if (empty($password)) {
49 49
             throw new \InvalidArgumentException('The password has to be set');
Please login to merge, or discard this patch.