Browse Source

Fix breakpoint docblock

othercorey 4 years ago
parent
commit
affc2078ad
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/basics.php

+ 2 - 1
src/basics.php

@@ -98,11 +98,12 @@ if (!function_exists('breakpoint')) {
      * Works the same way as eval(\Psy\sh());
      * psy/psysh must be loaded in your project
      *
-     * @link http://psysh.org/
      * ```
      * eval(breakpoint());
      * ```
+     *
      * @return string|null
+     * @link http://psysh.org/
      */
     function breakpoint()
     {